Struct google_youtube3::ChannelSectionSnippet [] [src]

pub struct ChannelSectionSnippet {
    pub style: Option<String>,
    pub localized: Option<ChannelSectionLocalization>,
    pub title: Option<String>,
    pub position: Option<u32>,
    pub channel_id: Option<String>,
    pub type_: Option<String>,
    pub default_language: Option<String>,
}

Basic details about a channel section, including title, style and position.

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

Fields

The style of the channel section.

Localized title, read-only.

The channel section's title for multiple_playlists and multiple_channels.

The position of the channel section in the channel.

The ID that YouTube uses to uniquely identify the channel that published the channel section.

The type of the channel section.

The language of the channel section's default title and description.

Trait Implementations

impl Default for ChannelSectionSnippet
[src]

[src]

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

impl Clone for ChannelSectionSnippet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ChannelSectionSnippet
[src]

[src]

Formats the value using the given formatter.

impl Part for ChannelSectionSnippet
[src]