Struct google_youtube3::ChannelContentDetailsRelatedPlaylists [] [src]

pub struct ChannelContentDetailsRelatedPlaylists {
    pub uploads: Option<String>,
    pub watch_history: Option<String>,
    pub likes: Option<String>,
    pub favorites: Option<String>,
    pub watch_later: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

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.

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.

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.

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.

Trait Implementations

impl Default for ChannelContentDetailsRelatedPlaylists
[src]

Returns the "default value" for a type. Read more

impl Clone for ChannelContentDetailsRelatedPlaylists
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelContentDetailsRelatedPlaylists
[src]

Formats the value using the given formatter.

impl NestedType for ChannelContentDetailsRelatedPlaylists
[src]

impl Part for ChannelContentDetailsRelatedPlaylists
[src]