Class ChannelSectionContentDetails
Details about a channelsection, including playlists and channels.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ChannelSectionContentDetails : IDirectResponseSchema
Properties
Channels
The channel ids for type multiple_channels.
Declaration
[JsonProperty("channels")]
public virtual IList<string> Channels { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Playlists
The playlist ids for type single_playlist and multiple_playlists. For singlePlaylist, only one playlistId is allowed.
Declaration
[JsonProperty("playlists")]
public virtual IList<string> Playlists { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |