Struct google_youtube3::api::ChannelSection
source · pub struct ChannelSection {
pub content_details: Option<ChannelSectionContentDetails>,
pub etag: Option<String>,
pub id: Option<String>,
pub kind: Option<String>,
pub localizations: Option<HashMap<String, ChannelSectionLocalization>>,
pub snippet: Option<ChannelSectionSnippet>,
pub targeting: Option<ChannelSectionTargeting>,
}
Expand description
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- delete channel sections (none)
- insert channel sections (request|response)
- list channel sections (none)
- update channel sections (request|response)
Fields§
§content_details: Option<ChannelSectionContentDetails>
The contentDetails object contains details about the channel section content, such as a list of playlists or channels featured in the section.
etag: Option<String>
Etag of this resource.
id: Option<String>
The ID that YouTube uses to uniquely identify the channel section.
kind: Option<String>
Identifies what kind of resource this is. Value: the fixed string “youtube#channelSection”.
localizations: Option<HashMap<String, ChannelSectionLocalization>>
Localizations for different languages
snippet: Option<ChannelSectionSnippet>
The snippet object contains basic details about the channel section, such as its type, style and title.
targeting: Option<ChannelSectionTargeting>
The targeting object contains basic targeting settings about the channel section.
Trait Implementations§
source§impl Clone for ChannelSection
impl Clone for ChannelSection
source§fn clone(&self) -> ChannelSection
fn clone(&self) -> ChannelSection
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more