CreativeCustomEvent constructor

CreativeCustomEvent({
  1. String? advertiserCustomEventId,
  2. String? advertiserCustomEventName,
  3. String? advertiserCustomEventType,
  4. String? artworkLabel,
  5. String? artworkType,
  6. CreativeClickThroughUrl? exitClickThroughUrl,
  7. String? id,
  8. PopupWindowProperties? popupWindowProperties,
  9. String? targetType,
  10. String? videoReportingId,
})

Implementation

CreativeCustomEvent({
  this.advertiserCustomEventId,
  this.advertiserCustomEventName,
  this.advertiserCustomEventType,
  this.artworkLabel,
  this.artworkType,
  this.exitClickThroughUrl,
  this.id,
  this.popupWindowProperties,
  this.targetType,
  this.videoReportingId,
});