YoutubeAndPartnersSettings constructor

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

Implementation

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