Show / Hide Table of Contents

Class ProximityLocationListAssignedTargetingOptionDetails

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.

Inheritance
object
ProximityLocationListAssignedTargetingOptionDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ProximityLocationListAssignedTargetingOptionDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ProximityLocationListId

Required. ID of the proximity location list. Should refer to the location_list_id field of a LocationList resource whose type is TARGETING_LOCATION_TYPE_PROXIMITY.

Declaration
[JsonProperty("proximityLocationListId")]
public virtual long? ProximityLocationListId { get; set; }
Property Value
Type Description
long?

ProximityRadius

Required. Radius expressed in the distance units set in proximity_radius_unit. This represents the size of the area around a chosen location that will be targeted. Radius should be between 1 and 500 miles or 800 kilometers.

Declaration
[JsonProperty("proximityRadius")]
public virtual double? ProximityRadius { get; set; }
Property Value
Type Description
double?

ProximityRadiusUnit

Required. Radius distance units.

Declaration
[JsonProperty("proximityRadiusUnit")]
public virtual string ProximityRadiusUnit { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX