Show / Hide Table of Contents

Class LocationList

A list of locations used for targeting.

Inheritance
object
LocationList
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.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
long?

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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
long?

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
string

Name

Output only. The resource name of the location list.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX