Show / Hide Table of Contents

Class I18nRegionListResponse

Inheritance
System.Object
I18nRegionListResponse
Implements
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.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class I18nRegionListResponse : IDirectResponseSchema

Properties

ETag

Etag of this resource.

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

EventId

Serialized EventId of the request which produced this response.

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

Items

A list of regions where YouTube is available. In this map, the i18n region ID is the map key, and its value is the corresponding i18nRegion resource.

Declaration
[JsonProperty("items")]
public virtual IList<I18nRegion> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<I18nRegion>

Kind

Identifies what kind of resource this is. Value: the fixed string "youtube#i18nRegionListResponse".

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

VisitorId

The visitorId identifies the visitor.

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

Implements

IDirectResponseSchema
Back to top