Class I18nRegionSnippet
Basic details about an i18n region, such as region code and human-readable name.
Implements
Inherited Members
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 |