TargetingValue class

A polymorphic targeting value used as part of Shared Targeting.

Constructors

TargetingValue({CreativeSize? creativeSizeValue, DayPartTargeting? dayPartTargetingValue, String? longValue, String? stringValue})
TargetingValue.fromJson(Map _json)

Properties

creativeSizeValue CreativeSize?
The creative size value to include/exclude.
getter/setter pair
dayPartTargetingValue DayPartTargeting?
The daypart targeting to include / exclude.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
longValue String?
The long value to include/exclude.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringValue String?
The string value to include/exclude.
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