Class I18nLanguageSnippet
Basic details about an i18n language, such as language code and human-readable name.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class I18nLanguageSnippet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Hl
A short BCP-47 code that uniquely identifies a language.
Declaration
[JsonProperty("hl")]
public virtual string Hl { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
The human-readable name of the language in the language itself.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |