YoutubeAdGroupAd constructor

YoutubeAdGroupAd({
  1. String? adGroupAdId,
  2. String? adGroupId,
  3. List<AdUrl>? adUrls,
  4. String? advertiserId,
  5. AudioAd? audioAd,
  6. BumperAd? bumperAd,
  7. String? displayName,
  8. DisplayVideoSourceAd? displayVideoSourceAd,
  9. String? entityStatus,
  10. InStreamAd? inStreamAd,
  11. MastheadAd? mastheadAd,
  12. String? name,
  13. NonSkippableAd? nonSkippableAd,
  14. VideoDiscoveryAd? videoDiscoverAd,
  15. VideoPerformanceAd? videoPerformanceAd,
})

Implementation

YoutubeAdGroupAd({
  this.adGroupAdId,
  this.adGroupId,
  this.adUrls,
  this.advertiserId,
  this.audioAd,
  this.bumperAd,
  this.displayName,
  this.displayVideoSourceAd,
  this.entityStatus,
  this.inStreamAd,
  this.mastheadAd,
  this.name,
  this.nonSkippableAd,
  this.videoDiscoverAd,
  this.videoPerformanceAd,
});