google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.I18nLanguageListResponse View Source
Attributes
-
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 <code>i18nLanguage</code> resource. -
kind
(type:String.t
, default:youtube#i18nLanguageListResponse
) - Identifies what kind of resource this is. Value: the fixed string <code>"youtube#i18nLanguageListResponse"</code>. -
visitorId
(type:String.t
, default:nil
) - The <code>visitorId</code> identifies the visitor.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.I18nLanguageListResponse{ etag: String.t(), eventId: String.t(), items: [GoogleApi.YouTube.V3.Model.I18nLanguage.t()], kind: String.t(), visitorId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.