YoutubeAndPartnersSettings constructor

YoutubeAndPartnersSettings({
  1. String? contentCategory,
  2. String? effectiveContentCategory,
  3. YoutubeAndPartnersInventorySourceConfig? inventorySourceSettings,
  4. String? leadFormId,
  5. String? linkedMerchantId,
  6. List<String>? relatedVideoIds,
  7. TargetFrequency? targetFrequency,
  8. ThirdPartyMeasurementConfigs? thirdPartyMeasurementConfigs,
  9. VideoAdSequenceSettings? videoAdSequenceSettings,
  10. FrequencyCap? viewFrequencyCap,
})

Implementation

YoutubeAndPartnersSettings({
  this.contentCategory,
  this.effectiveContentCategory,
  this.inventorySourceSettings,
  this.leadFormId,
  this.linkedMerchantId,
  this.relatedVideoIds,
  this.targetFrequency,
  this.thirdPartyMeasurementConfigs,
  this.videoAdSequenceSettings,
  this.viewFrequencyCap,
});