CreativeRequirements class

Message captures data about the creatives in the deal.

Constructors

CreativeRequirements({String? creativeFormat, String? creativePreApprovalPolicy, String? creativeSafeFrameCompatibility, String? maxAdDurationMs, String? programmaticCreativeSource, String? skippableAdType})
CreativeRequirements.fromJson(Map json_)

Properties

creativeFormat String?
The format of the creative, only applicable for programmatic guaranteed and preferred deals.
getter/setter pair
creativePreApprovalPolicy String?
Specifies the creative pre-approval policy.
getter/setter pair
creativeSafeFrameCompatibility String?
Specifies whether the creative is safeFrame compatible.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxAdDurationMs String?
The max duration of the video creative in milliseconds.
getter/setter pair
programmaticCreativeSource String?
Specifies the creative source for programmatic deals.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippableAdType String?
Skippable video ads allow viewers to skip ads after 5 seconds.
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