ActivityContentDetailsPromotedItem constructor

ActivityContentDetailsPromotedItem({
  1. String? adTag,
  2. String? clickTrackingUrl,
  3. String? creativeViewUrl,
  4. String? ctaType,
  5. String? customCtaButtonText,
  6. String? descriptionText,
  7. String? destinationUrl,
  8. List<String>? forecastingUrl,
  9. List<String>? impressionUrl,
  10. String? videoId,
})

Implementation

ActivityContentDetailsPromotedItem({
  this.adTag,
  this.clickTrackingUrl,
  this.creativeViewUrl,
  this.ctaType,
  this.customCtaButtonText,
  this.descriptionText,
  this.destinationUrl,
  this.forecastingUrl,
  this.impressionUrl,
  this.videoId,
});