DemandGenVideoAd constructor

DemandGenVideoAd({
  1. String? businessName,
  2. String? callToAction,
  3. ImageAsset? companionBanner,
  4. Map<String, String>? customParameters,
  5. List<String>? descriptions,
  6. String? displayUrlBreadcrumb1,
  7. String? displayUrlBreadcrumb2,
  8. String? finalMobileUrl,
  9. String? finalUrl,
  10. String? finalUrlSuffix,
  11. List<String>? headlines,
  12. List<String>? longHeadlines,
  13. String? trackingUrl,
  14. String? userSpecifiedTrackingUrl,
  15. List<YoutubeVideoDetails>? videos,
})

Implementation

DemandGenVideoAd({
  this.businessName,
  this.callToAction,
  this.companionBanner,
  this.customParameters,
  this.descriptions,
  this.displayUrlBreadcrumb1,
  this.displayUrlBreadcrumb2,
  this.finalMobileUrl,
  this.finalUrl,
  this.finalUrlSuffix,
  this.headlines,
  this.logo,
  this.longHeadlines,
  this.trackingUrl,
  this.userSpecifiedTrackingUrl,
  this.videos,
});