Constructors
constructor
- new Playlist(title, id, url, videos?, videoCount?, author?, author_id?, description?, thumbnail?): Playlist
Parameters
- title: string
- id: string
- url: string
Optional
videos: Video[]Optional
videoCount: numberOptional
author: stringOptional
author_id: stringOptional
description: stringOptional
thumbnail: Image
Properties
Optional
author
author?: string
Optional
author_id
author_id?: string
Optional
description
description?: string
id
id: string
Optional
thumbnail
title
title: string
url
url: string
Optional
videoCount
videoCount?: number
Optional
videos
Name
Playlist
Description
Playlist object. Can be Minimal, Basic or Full.
Param: title
Title of the playlist.
Param: id
ID of the playlist.
Param: url
URL of the playlist.
Param: videos
Videos in the playlist (basic or full only).
Param: videoCount
Number of videos in the playlist (basic or full only).
Param: author
Author username (full only).
Param: author_id
Author ID (full only).
Param: description
Description of the playlist (full only).
Param: thumbnail
Thumbnail of the playlist (full only).