$ProximityLocationListAssignedTargetingOptionDetails class

Used by:

  • displayvideo:v2 : ProximityLocationListAssignedTargetingOptionDetails
  • displayvideo:v3 : ProximityLocationListAssignedTargetingOptionDetails

Constructors

$ProximityLocationListAssignedTargetingOptionDetails({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