google_api_you_tube v0.21.0 GoogleApi.YouTube.V3.Model.ChannelContentDetailsRelatedPlaylists View Source

Attributes

  • favorites (type: String.t, default: nil) - The ID of the playlist that contains the channel"s favorite videos. Use the <code> <a href="/youtube/v3/docs/playlistItems/insert">playlistItems.insert</a></code> and <code> <a href="/youtube/v3/docs/playlistItems/delete">playlistItems.delete</a></code> to add or remove items from that list.
  • likes (type: String.t, default: nil) - The ID of the playlist that contains the channel"s liked videos. Use the <code> <a href="/youtube/v3/docs/playlistItems/insert"> playlistItems.insert</a></code> and <code> <a href="/youtube/v3/docs/playlistItems/delete">playlistItems.delete</a></code> to add or remove items from that list.
  • uploads (type: String.t, default: nil) - The ID of the playlist that contains the channel"s uploaded videos. Use the <code> <a href="/youtube/v3/docs/videos/insert">videos.insert</a></code> method to upload new videos and the <code><a href="/youtube/v3/docs/videos/delete">videos.delete</a></code> method to delete previously uploaded videos.
  • watchHistory (type: String.t, default: nil) - The ID of the playlist that contains the channel"s watch history. Use the <code> <a href="/youtube/v3/docs/playlistItems/insert">playlistItems.insert</a></code> and <code> <a href="/youtube/v3/docs/playlistItems/delete">playlistItems.delete</a></code> to add or remove items from that list.
  • watchLater (type: String.t, default: nil) - The ID of the playlist that contains the channel"s watch later playlist. Use the <code><a href="/youtube/v3/docs/playlistItems/insert">playlistItems.insert</a></code> and <code> <a href="/youtube/v3/docs/playlistItems/delete">playlistItems.delete</a></code> to add or remove items from that list.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.YouTube.V3.Model.ChannelContentDetailsRelatedPlaylists{
  favorites: String.t(),
  likes: String.t(),
  uploads: String.t(),
  watchHistory: String.t(),
  watchLater: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.