Show / Hide Table of Contents

Class I18nRegionSnippet

Basic details about an i18n region, such as region code and human-readable name.

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

Properties

ETag

The ETag of the item.

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

Gl

The region code as a 2-letter ISO country code.

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

Name

The human-readable name of the region.

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

Implements

IDirectResponseSchema
Back to top