CreativeAssignment constructor
CreativeAssignment({
- bool? active,
- bool? applyEventTags,
- ClickThroughUrl? clickThroughUrl,
- List<
CompanionClickThroughOverride> ? companionCreativeOverrides, - List<
CreativeGroupAssignment> ? creativeGroupAssignments, - String? creativeId,
- DimensionValue? creativeIdDimensionValue,
- DateTime? endTime,
- List<
RichMediaExitOverride> ? richMediaExitOverrides, - int? sequence,
- bool? sslCompliant,
- DateTime? startTime,
- 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,
});