Interface GoogleApiYouTubePlaylistResource

Index

Properties

Properties

public contentDetails: { itemCount: number; }

The contentDetails object contains information about the playlist content, including the number of videos in the playlist.

public contentDetails.itemCount: number

The number of videos in the playlist.

public etag: string

The ETag for the playlist resource.

public id: string

The ID that YouTube uses to uniquely identify the playlist.

public kind: string

The type of the API resource. For video resources, the value will be youtube#playlist.

public player: { embedHtml: string; }

The player object contains information that you would use to play the playlist in an embedded player.

public player.embedHtml: string

An