YoutubeAndPartnersInventorySourceConfig constructor

YoutubeAndPartnersInventorySourceConfig({
  1. bool? includeGoogleTv,
  2. bool? includeYoutube,
  3. bool? includeYoutubeVideoPartners,
})

Implementation

YoutubeAndPartnersInventorySourceConfig({
  this.includeGoogleTv,
  this.includeYoutube,
  this.includeYoutubeVideoPartners,
});