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

Attributes

  • favorites (String.t): 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. Defaults to: null.
  • likes (String.t): 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. Defaults to: null.
  • uploads (String.t): 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. Defaults to: null.
  • watchHistory (String.t): 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. Defaults to: null.
  • watchLater (String.t): 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. Defaults to: null.