google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.I18nRegionListResponse 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.I18nRegion.t), default:nil) - A list of regions where YouTube is available. In this map, the i18n region ID is the map key, and its value is the corresponding i18nRegion resource.kind(type:String.t, default:youtube#i18nRegionListResponse) - Identifies what kind of resource this is. Value: the fixed string "youtube#i18nRegionListResponse".visitorId(type:String.t, default:nil) - The visitorId identifies the visitor.
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.I18nRegionListResponse{
etag: String.t(),
eventId: String.t(),
items: [GoogleApi.YouTube.V3.Model.I18nRegion.t()],
kind: String.t(),
visitorId: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.