Show / Hide Table of Contents

Class RegionalLocationListAssignedTargetingOptionDetails

Targeting details for regional location list. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_REGIONAL_LOCATION_LIST.

Inheritance
System.Object
RegionalLocationListAssignedTargetingOptionDetails
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class RegionalLocationListAssignedTargetingOptionDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Negative

Indicates if this option is being negatively targeted.

Declaration
[JsonProperty("negative")]
public virtual bool? Negative { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

RegionalLocationListId

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

Declaration
[JsonProperty("regionalLocationListId")]
public virtual long? RegionalLocationListId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top