Show / Hide Table of Contents

Class LocationList

A list of locations used for targeting.

Inheritance
System.Object
LocationList
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 LocationList : IDirectResponseSchema

Properties

AdvertiserId

Required. Immutable. The unique ID of the advertiser the location list belongs to.

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

DisplayName

Required. The display name of the location list. Must be UTF-8 encoded with a maximum size of 240 bytes.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

LocationListId

Output only. The unique ID of the location list. Assigned by the system.

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

LocationType

Required. Immutable. The type of location. All locations in the list will share this type.

Declaration
[JsonProperty("locationType")]
public virtual string LocationType { get; set; }
Property Value
Type Description
System.String

Name

Output only. The resource name of the location list.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

Implements

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