google_api_you_tube v0.12.0 GoogleApi.YouTube.V3.Model.I18nRegion View Source
A i18nRegion resource identifies a region where YouTube is available.
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 region.kind
(type:String.t
, default:youtube#i18nRegion
) - Identifies what kind of resource this is. Value: the fixed string "youtube#i18nRegion".snippet
(type:GoogleApi.YouTube.V3.Model.I18nRegionSnippet.t
, default:nil
) - The snippet object contains basic details about the i18n region, such as region code and human-readable name.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTube.V3.Model.I18nRegion{ etag: String.t(), id: String.t(), kind: String.t(), snippet: GoogleApi.YouTube.V3.Model.I18nRegionSnippet.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.