GoogleApi.YouTube.V3.Model.I18nLanguageListResponse (google_api_you_tube v0.54.0)
View SourceAttributes
-
etag
(type:String.t
, default:nil
) - Etag of this resource. -
eventId
(type:String.t
, default:nil
) - Serialized EventId of the request which produced this response. -
items
(type:list(GoogleApi.YouTube.V3.Model.I18nLanguage.t)
, default:nil
) - A list of supported i18n languages. In this map, the i18n language ID is the map key, and its value is the corresponding i18nLanguage resource. -
kind
(type:String.t
, default:youtube#i18nLanguageListResponse
) - Identifies what kind of resource this is. Value: the fixed string "youtube#i18nLanguageListResponse". -
visitorId
(type:String.t
, default:nil
) - The visitorId identifies the visitor.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.I18nLanguageListResponse{ etag: String.t() | nil, eventId: String.t() | nil, items: [GoogleApi.YouTube.V3.Model.I18nLanguage.t()] | nil, kind: String.t() | nil, visitorId: String.t() | nil }