Show / Hide Table of Contents

Class I18nLanguageSnippet

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

Inheritance
object
I18nLanguageSnippet
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX