Class PlaylistSnippet
Basic details about a playlist, including title, description and thumbnails.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class PlaylistSnippet : IDirectResponseSchema
Properties
ChannelId
The ID that YouTube uses to uniquely identify the channel that published the playlist.
Declaration
[JsonProperty("channelId")]
public virtual string ChannelId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ChannelTitle
The channel title of the channel that the video belongs to.
Declaration
[JsonProperty("channelTitle")]
public virtual string ChannelTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DefaultLanguage
The language of the playlist's default title and description.
Declaration
[JsonProperty("defaultLanguage")]
public virtual string DefaultLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
The playlist's description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Localized
Localized title and description, read-only.
Declaration
[JsonProperty("localized")]
public virtual PlaylistLocalization Localized { get; set; }
Property Value
| Type | Description |
|---|---|
| PlaylistLocalization |
PublishedAt
System.DateTime representation of PublishedAtRaw.
Declaration
[JsonIgnore]
public virtual DateTime? PublishedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> |
PublishedAtRaw
The date and time that the playlist was created. The value is specified in ISO 8601 (YYYY-MM- DDThh:mm:ss.sZ) format.
Declaration
[JsonProperty("publishedAt")]
public virtual string PublishedAtRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Tags
Keyword tags associated with the playlist.
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
Thumbnails
A map of thumbnail images associated with the playlist. For each object in the map, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
Declaration
[JsonProperty("thumbnails")]
public virtual ThumbnailDetails Thumbnails { get; set; }
Property Value
| Type | Description |
|---|---|
| ThumbnailDetails |
Title
The playlist's title.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |