ProximityLocationListAssignedTargetingOptionDetails class
Targeting details for proximity location list.
This will be populated in the details field of an AssignedTargetingOption
when targeting_type is TARGETING_TYPE_PROXIMITY_LOCATION_LIST
.
Constructors
- ProximityLocationListAssignedTargetingOptionDetails.new({String? proximityLocationListId, String? proximityRadiusRange})
- ProximityLocationListAssignedTargetingOptionDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- proximityLocationListId ↔ String?
-
ID of the proximity location list.
getter/setter pair
- proximityRadiusRange ↔ String?
-
Radius range for proximity location list.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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