Show / Hide Table of Contents

Class ActivityContentDetailsPlaylistItem

Information about a new playlist item.

Inheritance
object
ActivityContentDetailsPlaylistItem
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX