Class ActivityContentDetailsPlaylistItem
Information about a new playlist item.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ActivityContentDetailsPlaylistItem : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaylistId
The value that YouTube uses to uniquely identify the playlist.
Declaration
[JsonProperty("playlistId")]
public virtual string PlaylistId { get; set; }
Property Value
Type | Description |
---|---|
string |
PlaylistItemId
ID of the item within the playlist.
Declaration
[JsonProperty("playlistItemId")]
public virtual string PlaylistItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceId
The resourceId object contains information about the resource that was added to the playlist.
Declaration
[JsonProperty("resourceId")]
public virtual ResourceId ResourceId { get; set; }
Property Value
Type | Description |
---|---|
ResourceId |