BrowserAssignedTargetingOptionDetails class
Details for assigned browser targeting option. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_BROWSER
.
Constructors
Properties
- displayName ↔ String
-
Output only. The display name of the browser.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- negative ↔ bool
-
Indicates if this option is being negatively targeted. All assigned
browser targeting options on the same line item must have the same value
for this field.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- targetingOptionId ↔ String
-
Required. The targeting_option_id of a TargetingOption of type
TARGETING_TYPE_BROWSER
.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited