DemandGenImageAd constructor
DemandGenImageAd({
- String? businessName,
- String? callToAction,
- Map<
String, String> ? customParameters, - List<
String> ? descriptions, - String? finalMobileUrl,
- String? finalUrl,
- String? finalUrlSuffix,
- List<
String> ? headlines, - List<
ImageAsset> ? logoImages, - List<
ImageAsset> ? marketingImages, - List<
ImageAsset> ? portraitMarketingImages, - List<
ImageAsset> ? squareMarketingImages, - String? trackingUrl,
- String? userSpecifiedTrackingUrl,
Implementation
DemandGenImageAd({
this.businessName,
this.callToAction,
this.customParameters,
this.descriptions,
this.finalMobileUrl,
this.finalUrl,
this.finalUrlSuffix,
this.headlines,
this.logoImages,
this.marketingImages,
this.portraitMarketingImages,
this.squareMarketingImages,
this.trackingUrl,
this.userSpecifiedTrackingUrl,
});