DemandGenVideoAd constructor
DemandGenVideoAd({
- String? businessName,
- String? callToAction,
- ImageAsset? companionBanner,
- Map<
String, String> ? customParameters, - List<
String> ? descriptions, - String? displayUrlBreadcrumb1,
- String? displayUrlBreadcrumb2,
- String? finalMobileUrl,
- String? finalUrl,
- String? finalUrlSuffix,
- List<
String> ? headlines, - ImageAsset? logo,
- List<
String> ? longHeadlines, - String? trackingUrl,
- String? userSpecifiedTrackingUrl,
- 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,
});