AssignedLocation class
An assignment between a location list and a relevant targeting option. Currently, geo region targeting options are the only supported option for assignment.
Constructors
- AssignedLocation()
- AssignedLocation.fromJson(Map _json)
Properties
- assignedLocationId ↔ String
-
Output only. The unique ID of the assigned location. The ID is only unique
within a location list. It may be reused in other contexts.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Output only. The resource name of the assigned location.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- targetingOptionId ↔ String
-
Required. The ID of the targeting option assigned to the location list.
Must be of type TARGETING_TYPE_GEO_REGION.
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