Struct google_youtube3::ChannelSectionContentDetails [] [src]

pub struct ChannelSectionContentDetails {
    pub channels: Option<Vec<String>>,
    pub playlists: Option<Vec<String>>,
}

Details about a channelsection, including playlists and channels.

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

Fields

The channel ids for type multiple_channels.

The playlist ids for type single_playlist and multiple_playlists. For singlePlaylist, only one playlistId is allowed.

Trait Implementations

impl Debug for ChannelSectionContentDetails
[src]

Formats the value using the given formatter.

impl Clone for ChannelSectionContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelSectionContentDetails
[src]

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

impl Part for ChannelSectionContentDetails
[src]