Struct google_youtube3::WatchSettings [] [src]

pub struct WatchSettings {
    pub text_color: Option<String>,
    pub featured_playlist_id: Option<String>,
    pub background_color: Option<String>,
}

Branding properties for the watch. All deprecated.

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

Fields

The background color for the video watch page's branded area.

An ID that uniquely identifies a playlist that displays next to the video player.

The text color for the video watch page's branded area.

Trait Implementations

impl Default for WatchSettings
[src]

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

impl Clone for WatchSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for WatchSettings
[src]

Formats the value using the given formatter.

impl Part for WatchSettings
[src]