Struct google_youtube3::ChannelContentDetails [] [src]

pub struct ChannelContentDetails {
    pub related_playlists: Option<ChannelContentDetailsRelatedPlaylists>,
    pub google_plus_user_id: Option<String>,
}

Details about the content of a channel.

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

Fields

no description provided

The googlePlusUserId object identifies the Google+ profile ID associated with this channel.

Trait Implementations

impl Debug for ChannelContentDetails
[src]

Formats the value using the given formatter.

impl Clone for ChannelContentDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelContentDetails
[src]

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

impl Part for ChannelContentDetails
[src]