Struct google_youtube3::api::ChannelSettings
source · pub struct ChannelSettings {Show 14 fields
pub country: Option<String>,
pub default_language: Option<String>,
pub default_tab: Option<String>,
pub description: Option<String>,
pub featured_channels_title: Option<String>,
pub featured_channels_urls: Option<Vec<String>>,
pub keywords: Option<String>,
pub moderate_comments: Option<bool>,
pub profile_color: Option<String>,
pub show_browse_view: Option<bool>,
pub show_related_channels: Option<bool>,
pub title: Option<String>,
pub tracking_analytics_account_id: Option<String>,
pub unsubscribed_trailer: Option<String>,
}Expand description
Branding properties for the channel view.
This type is not used in any activity, and only used as part of another schema.
Fields§
§country: Option<String>The country of the channel.
default_language: Option<String>no description provided
default_tab: Option<String>Which content tab users should see when viewing the channel.
description: Option<String>Specifies the channel description.
featured_channels_title: Option<String>Title for the featured channels tab.
featured_channels_urls: Option<Vec<String>>The list of featured channels.
keywords: Option<String>Lists keywords associated with the channel, comma-separated.
moderate_comments: Option<bool>Whether user-submitted comments left on the channel page need to be approved by the channel owner to be publicly visible.
profile_color: Option<String>A prominent color that can be rendered on this channel page.
show_browse_view: Option<bool>Whether the tab to browse the videos should be displayed.
Whether related channels should be proposed.
title: Option<String>Specifies the channel title.
tracking_analytics_account_id: Option<String>The ID for a Google Analytics account to track and measure traffic to the channels.
unsubscribed_trailer: Option<String>The trailer of the channel, for users that are not subscribers.
Trait Implementations§
source§impl Clone for ChannelSettings
impl Clone for ChannelSettings
source§fn clone(&self) -> ChannelSettings
fn clone(&self) -> ChannelSettings
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more