Class ChannelSectionContentDetails
Details about a channelsection, including playlists and channels.
Inheritance
System.Object
ChannelSectionContentDetails
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Collections.Generic.IList<System.String> |