Show / Hide Table of Contents

Class PlannableLocation

A plannable location used for forecasting.

Inheritance
object
PlannableLocation
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.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannableLocation : IDirectResponseSchema

Properties

DisplayName

Output only. The display name of the location, for example "Algeria".

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

GeoRegionType

Output only. The type of location.

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

Name

Output only. The resource name of the plannable location.

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

ParentPlannableLocationId

Output only. The parent plannable location ID, for example the country ID for subgeos.

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

PlannableLocationId

Output only. The plannable location ID.

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

RegionCode

Output only. The region code of the location, for example "DZ" for Algeria.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX