YoutubeAndPartnersInventorySourceConfig constructor

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

Implementation

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