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, double? proximityRadius, String? proximityRadiusUnit})
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
proximityRadius double?
Radius expressed in the distance units set in proximity_radius_unit.
getter/setter pair
proximityRadiusUnit String?
Radius distance units.
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