VideoPerformanceAd constructor

VideoPerformanceAd({
  1. List<String>? actionButtonLabels,
  2. List<ImageAsset>? companionBanners,
  3. Map<String, String>? customParameters,
  4. List<String>? descriptions,
  5. String? displayUrlBreadcrumb1,
  6. String? displayUrlBreadcrumb2,
  7. String? domain,
  8. String? finalUrl,
  9. List<String>? headlines,
  10. List<String>? longHeadlines,
  11. String? trackingUrl,
  12. List<YoutubeVideoDetails>? videos,
})

Implementation

VideoPerformanceAd({
  this.actionButtonLabels,
  this.companionBanners,
  this.customParameters,
  this.descriptions,
  this.displayUrlBreadcrumb1,
  this.displayUrlBreadcrumb2,
  this.domain,
  this.finalUrl,
  this.headlines,
  this.longHeadlines,
  this.trackingUrl,
  this.videos,
});