GoogleApi.YouTube.V3.Model.I18nLanguage (google_api_you_tube v0.54.0)
View SourceAn i18nLanguage resource identifies a UI language currently supported by YouTube.
Attributes
-
etag
(type:String.t
, default:nil
) - Etag of this resource. -
id
(type:String.t
, default:nil
) - The ID that YouTube uses to uniquely identify the i18n language. -
kind
(type:String.t
, default:youtube#i18nLanguage
) - Identifies what kind of resource this is. Value: the fixed string "youtube#i18nLanguage". -
snippet
(type:GoogleApi.YouTube.V3.Model.I18nLanguageSnippet.t
, default:nil
) - The snippet object contains basic details about the i18n language, such as language code and human-readable name.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.I18nLanguage{ etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, snippet: GoogleApi.YouTube.V3.Model.I18nLanguageSnippet.t() | nil }