The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::Playlist at lib/Net/Async/Spotify/Object/Generated/Playlist.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.

NAME

Net::Async::Spotify::Object::Generated::Playlist - Package representing Spotify Playlist Object

DESCRIPTION

Autogenerated module. Based on https://developer.spotify.com/documentation/web-api/reference/#objects-index Check crawl-api-doc.pl for more information.

PARAMETERS

Those are Spotify Playlist Object attributes:

collaborative

Type:Boolean Description:true if the owner allows other users to modify the playlist.

description

Type:String Description:The playlist description. Only returned for modified, verified playlists, otherwise null.

external_urls

Type:ExternalUrlObject Description:Known external URLs for this playlist.

followers

Type:FollowersObject Description:Information about the followers of the playlist.

href

Type:String Description:A link to the Web API endpoint providing full details of the playlist.

id

Type:String Description:The Spotify ID for the playlist.

images

Type:Array[ImageObject] Description:Images for the playlist. The array may be empty or contain up to three images. The images are returned by size in descending order. See Working with Playlists. Note: If returned, the source URL for the image (url) is temporary and will expire in less than a day.

name

Type:String Description:The name of the playlist.

owner

Type:PublicUserObject Description:The user who owns the playlist

public

Type:Boolean Description:The playlist’s public/private status: true the playlist is public, false the playlist is private, null the playlist status is not relevant. For more about public/private status, see Working with Playlists

snapshot_id

Type:String Description:The version identifier for the current playlist. Can be supplied in other requests to target a specific playlist version

tracks

Type:Array[PlaylistTrackObject] Description:Information about the tracks of the playlist. Note, a track object may be null. This can happen if a track is no longer available.

type

Type:String Description:The object type: “playlist”

uri

Type:String Description:The Spotify URI for the playlist.

INHERITED METHODS

Net::Async::Spotify::Object::Base

apply_type, extra_fields, fields, generate, to_hash, to_human, to_json