YoutubeAndPartnersInventorySourceConfig constructor

YoutubeAndPartnersInventorySourceConfig({
  1. bool? includeGoogleTv,
  2. bool? includeYoutubeSearch,
  3. bool? includeYoutubeVideoPartners,
  4. bool? includeYoutubeVideos,
})

Implementation

YoutubeAndPartnersInventorySourceConfig({
  this.includeGoogleTv,
  this.includeYoutubeSearch,
  this.includeYoutubeVideoPartners,
  this.includeYoutubeVideos,
});