GoogleApi.YouTube.V3.Model.PlaylistImageSnippet (google_api_you_tube v0.54.0)
View SourceA playlistImage resource identifies another resource, such as a image, that is associated with a playlist. In addition, the playlistImage resource contains details about the included resource that pertain specifically to how that resource is used in that playlist. YouTube uses playlists to identify special collections of videos for a channel, such as: - uploaded videos - favorite videos - positively rated (liked) videos - watch history To be more specific, these lists are associated with a channel, which is a collection of a person, group, or company's videos, playlists, and other YouTube information. You can retrieve the playlist IDs for each of these lists from the channel resource for a given channel. You can then use the playlistImages.list method to retrieve image data for any of those playlists. You can also add or remove images from those lists by calling the playlistImages.insert and playlistImages.delete methods.
Attributes
-
height
(type:integer()
, default:nil
) - The image height. -
playlistId
(type:String.t
, default:nil
) - The Playlist ID of the playlist this image is associated with. -
type
(type:String.t
, default:nil
) - The image type. -
width
(type:integer()
, default:nil
) - The image width.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.