GoogleApi.YouTube.V3.Model.PlaylistImageListResponse (google_api_you_tube v0.54.0)
View SourceAttributes
-
items(type:list(GoogleApi.YouTube.V3.Model.PlaylistImage.t), default:nil) - -
kind(type:String.t, default:youtube#playlistImageListResponse) - Identifies what kind of resource this is. Value: the fixed string "youtube#playlistImageListResponse". -
nextPageToken(type:String.t, default:nil) - The token that can be used as the value of the pageToken parameter to retrieve the next page in the result set. -
pageInfo(type:GoogleApi.YouTube.V3.Model.PageInfo.t, default:nil) - General pagination information. -
prevPageToken(type:String.t, default:nil) - The token that can be used as the value of the pageToken parameter to retrieve the previous page in the result set.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTube.V3.Model.PlaylistImageListResponse{ items: [GoogleApi.YouTube.V3.Model.PlaylistImage.t()] | nil, kind: String.t() | nil, nextPageToken: String.t() | nil, pageInfo: GoogleApi.YouTube.V3.Model.PageInfo.t() | nil, prevPageToken: String.t() | nil }