DemandGenProductAd constructor

DemandGenProductAd({
  1. String? businessName,
  2. String? callToAction,
  3. Map<String, String>? customParameters,
  4. String? description,
  5. String? displayUrlBreadcrumb1,
  6. String? displayUrlBreadcrumb2,
  7. String? finalUrl,
  8. String? finalUrlSuffix,
  9. String? headline,
  10. String? trackingUrl,
  11. String? userSpecifiedTrackingUrl,
})

Implementation

DemandGenProductAd({
  this.businessName,
  this.callToAction,
  this.customParameters,
  this.description,
  this.displayUrlBreadcrumb1,
  this.displayUrlBreadcrumb2,
  this.finalUrl,
  this.finalUrlSuffix,
  this.headline,
  this.logo,
  this.trackingUrl,
  this.userSpecifiedTrackingUrl,
});