CreativeRestrictions class
Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager.
This doesn't apply to Private Auction and AdX Preferred Deals.
Constructors
-
CreativeRestrictions({String? creativeFormat, List<
CreativeSpecification> ? creativeSpecifications, String? skippableAdType}) - CreativeRestrictions.fromJson(Map json_)
Properties
- creativeFormat ↔ String?
-
The format of the environment that the creatives will be displayed in.
Possible string values are:
getter/setter pair
-
creativeSpecifications
↔ List<
CreativeSpecification> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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.
Possible string values are:
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