CreativeAssignment class
Creative Assignment.
Constructors
-
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}) - CreativeAssignment.fromJson(Map json_)
Properties
- active ↔ bool?
-
Whether this creative assignment is active.
getter/setter pair
- applyEventTags ↔ bool?
-
Whether applicable event tags should fire when this creative assignment is
rendered.
getter/setter pair
- clickThroughUrl ↔ ClickThroughUrl?
-
Click-through URL of the creative assignment.
getter/setter pair
-
companionCreativeOverrides
↔ List<
CompanionClickThroughOverride> ? -
Companion creative overrides for this creative assignment.
getter/setter pair
-
creativeGroupAssignments
↔ List<
CreativeGroupAssignment> ? -
Creative group assignments for this creative assignment.
getter/setter pair
- creativeId ↔ String?
-
ID of the creative to be assigned.
getter/setter pair
- creativeIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the creative.
getter/setter pair
- endTime ↔ DateTime?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
richMediaExitOverrides
↔ List<
RichMediaExitOverride> ? -
Rich media exit overrides for this creative assignment.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sequence ↔ int?
-
Sequence number of the creative assignment, applicable when the rotation
type is CREATIVE_ROTATION_TYPE_SEQUENTIAL.
getter/setter pair
- sslCompliant ↔ bool?
-
Whether the creative to be assigned is SSL-compliant.
getter/setter pair
- startTime ↔ DateTime?
-
getter/setter pair
- weight ↔ int?
-
Weight of the creative assignment, applicable when the rotation type is
CREATIVE_ROTATION_TYPE_RANDOM.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited