VideoPerformanceAd constructor
VideoPerformanceAd({
- List<
String> ? actionButtonLabels, - List<
ImageAsset> ? companionBanners, - Map<
String, String> ? customParameters, - List<
String> ? descriptions, - String? displayUrlBreadcrumb1,
- String? displayUrlBreadcrumb2,
- String? domain,
- String? finalUrl,
- List<
String> ? headlines, - List<
String> ? longHeadlines, - String? trackingUrl,
- 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,
});