google_api_you_tube v0.4.0 GoogleApi.YouTube.V3.Model.I18nRegionListResponse View Source
Attributes
- etag (String.t): Etag of this resource. Defaults to:
null
. - eventId (String.t): Serialized EventId of the request which produced this response. Defaults to:
null
. - items ([I18nRegion]): 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. Defaults to:
null
. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "youtube#i18nRegionListResponse". Defaults to:
null
. - visitorId (String.t): The visitorId identifies the visitor. Defaults to:
null
.
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 Source
t()
View Source
t() :: %GoogleApi.YouTube.V3.Model.I18nRegionListResponse{
etag: any(),
eventId: any(),
items: [GoogleApi.YouTube.V3.Model.I18nRegion.t()],
kind: any(),
visitorId: any()
}
t() :: %GoogleApi.YouTube.V3.Model.I18nRegionListResponse{ etag: any(), eventId: any(), items: [GoogleApi.YouTube.V3.Model.I18nRegion.t()], kind: any(), visitorId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.