DemandGenCarouselAd constructor

DemandGenCarouselAd({
  1. String? businessName,
  2. List<CarouselCard>? cards,
  3. Map<String, String>? customParameters,
  4. String? description,
  5. String? finalUrl,
  6. String? finalUrlSuffix,
  7. String? headline,
  8. String? trackingUrl,
  9. String? userSpecifiedTrackingUrl,
})

Implementation

DemandGenCarouselAd({
  this.businessName,
  this.cards,
  this.customParameters,
  this.description,
  this.finalUrl,
  this.finalUrlSuffix,
  this.headline,
  this.logo,
  this.trackingUrl,
  this.userSpecifiedTrackingUrl,
});