Class ChannelSectionSnippet
Basic details about a channel section, including title, style and position.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelSectionSnippet : IDirectResponseSchemaProperties
ChannelId
The ID that YouTube uses to uniquely identify the channel that published the channel section.
Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
DefaultLanguage
The language of the channel section's default title and description.
Declaration
[JsonProperty("defaultLanguage")]
public virtual string DefaultLanguage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Localized
Localized title, read-only.
Declaration
[JsonProperty("localized")]
public virtual ChannelSectionLocalization Localized { get; set; }Property Value
| Type | Description | 
|---|---|
| ChannelSectionLocalization | 
Position
The position of the channel section in the channel.
Declaration
[JsonProperty("position")]
public virtual long? Position { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | 
Style
The style of the channel section.
Declaration
[JsonProperty("style")]
public virtual string Style { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Title
The channel section's title for multiple_playlists and multiple_channels.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Type
The type of the channel section.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }Property Value
| Type | Description | 
|---|---|
| string |