$CreativeClickThroughUrl constructor

$CreativeClickThroughUrl({
  1. String? computedClickThroughUrl,
  2. String? customClickThroughUrl,
  3. String? landingPageId,
})

Implementation

$CreativeClickThroughUrl({
  this.computedClickThroughUrl,
  this.customClickThroughUrl,
  this.landingPageId,
});