Show / Hide Table of Contents

Class I18nRegionSnippet

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

Inheritance
object
I18nRegionSnippet
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.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
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
string

Name

The human-readable name of the region.

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