Struct google_youtube3::ActivityContentDetailsPlaylistItem [] [src]

pub struct ActivityContentDetailsPlaylistItem {
    pub resource_id: Option<ResourceId>,
    pub playlist_id: Option<String>,
    pub playlist_item_id: Option<String>,
}

Information about a new playlist item.

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

Fields

The resourceId object contains information about the resource that was added to the playlist.

The value that YouTube uses to uniquely identify the playlist.

ID of the item within the playlist.

Trait Implementations

impl Debug for ActivityContentDetailsPlaylistItem
[src]

Formats the value using the given formatter.

impl Clone for ActivityContentDetailsPlaylistItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityContentDetailsPlaylistItem
[src]

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

impl Part for ActivityContentDetailsPlaylistItem
[src]