CreativeAssignment constructor

CreativeAssignment({
  1. bool? active,
  2. bool? applyEventTags,
  3. ClickThroughUrl? clickThroughUrl,
  4. List<CompanionClickThroughOverride>? companionCreativeOverrides,
  5. List<CreativeGroupAssignment>? creativeGroupAssignments,
  6. String? creativeId,
  7. DimensionValue? creativeIdDimensionValue,
  8. DateTime? endTime,
  9. List<RichMediaExitOverride>? richMediaExitOverrides,
  10. int? sequence,
  11. bool? sslCompliant,
  12. DateTime? startTime,
  13. int? weight,
})

Implementation

CreativeAssignment({
  this.active,
  this.applyEventTags,
  this.clickThroughUrl,
  this.companionCreativeOverrides,
  this.creativeGroupAssignments,
  this.creativeId,
  this.creativeIdDimensionValue,
  this.endTime,
  this.richMediaExitOverrides,
  this.sequence,
  this.sslCompliant,
  this.startTime,
  this.weight,
});