Struct google_youtube3::ChannelStatus [] [src]

pub struct ChannelStatus {
    pub privacy_status: Option<String>,
    pub is_linked: Option<bool>,
    pub long_uploads_status: Option<String>,
}

JSON template for the status part of a channel.

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

Fields

Privacy status of the channel.

If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.

The long uploads status of this channel. See

Trait Implementations

impl Debug for ChannelStatus
[src]

Formats the value using the given formatter.

impl Clone for ChannelStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelStatus
[src]

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

impl Part for ChannelStatus
[src]