Struct google_youtube3::ChannelLocalization[][src]

pub struct ChannelLocalization {
    pub description: Option<String>,
    pub title: Option<String>,
}

Channel localization setting

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

Fields

The localized strings for channel's description.

The localized strings for channel's title.

Trait Implementations

impl Default for ChannelLocalization
[src]

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

impl Clone for ChannelLocalization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChannelLocalization
[src]

Formats the value using the given formatter. Read more

impl Part for ChannelLocalization
[src]

Auto Trait Implementations