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
.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.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? |
ProximityRadiusRange
Required. Radius range for proximity location list. This represents the size of the area around a chosen
location that will be targeted. All
proximity location targeting under a single resource must have the
same radius range value. Set this value to match any existing targeting. If updated, this field will change
the radius range for all proximity targeting under the resource.
Declaration
[JsonProperty("proximityRadiusRange")]
public virtual string ProximityRadiusRange { get; set; }
Property Value
Type | Description |
---|---|
string |