Show / Hide Table of Contents

Class ActivityContentDetailsPlaylistItem

Information about a new playlist item.

Inheritance
System.Object
ActivityContentDetailsPlaylistItem
Implements
IDirectResponseSchema
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 ActivityContentDetailsPlaylistItem : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

PlaylistItemId

ID of the item within the playlist.

Declaration
[JsonProperty("playlistItemId")]
public virtual string PlaylistItemId { get; set; }
Property Value
Type Description
System.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

Implements

IDirectResponseSchema
Back to top