Struct google_youtube3::ChannelSectionLocalization [] [src]

pub struct ChannelSectionLocalization {
    pub title: Option<String>,
}

ChannelSection localization setting

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

Fields

The localized strings for channel section's title.

Trait Implementations

impl Debug for ChannelSectionLocalization
[src]

Formats the value using the given formatter.

impl Clone for ChannelSectionLocalization
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ChannelSectionLocalization
[src]

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

impl Part for ChannelSectionLocalization
[src]