UrlAssignedTargetingOptionDetails class
Details for assigned URL targeting option. This will be populated in the
details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_URL
.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- negative ↔ bool
-
Indicates if this option is being negatively targeted.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- url ↔ String
-
Required. The URL, for example
example.com
. DV360 supports two levels of subdirectory targeting, for examplewww.example.com/one-subdirectory-level/second-level
, and five levels of subdomain targeting, for examplefive.four.three.two.one.example.com
.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