GoogleApi.YouTube.V3.Model.ChannelContentDetailsRelatedPlaylists (google_api_you_tube v0.54.0)

View Source

Attributes

  • favorites (type: String.t, default: nil) - The ID of the playlist that contains the channel"s favorite videos. Use the playlistItems.insert and playlistItems.delete 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 playlistItems.insert and playlistItems.delete 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 videos.insert method to upload new videos and the videos.delete 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 playlistItems.insert and playlistItems.delete 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 playlistItems.insert and playlistItems.delete to add or remove items from that list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.