DemandGenImageAd constructor

DemandGenImageAd({
  1. String? businessName,
  2. String? callToAction,
  3. Map<String, String>? customParameters,
  4. List<String>? descriptions,
  5. String? finalMobileUrl,
  6. String? finalUrl,
  7. String? finalUrlSuffix,
  8. List<String>? headlines,
  9. List<ImageAsset>? logoImages,
  10. List<ImageAsset>? marketingImages,
  11. List<ImageAsset>? portraitMarketingImages,
  12. List<ImageAsset>? squareMarketingImages,
  13. String? trackingUrl,
  14. 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,
});