The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::SimplifiedPlaylist at lib/Net/Async/Spotify/Object/Generated/SimplifiedPlaylist.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::SimplifiedPlaylist - Package representing Spotify SimplifiedPlaylist 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 SimplifiedPlaylist 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.
- 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:PlaylistTracksRefObject Description:A collection containing a link ( href ) to the Web API endpoint where full details of the playlist’s tracks can be retrieved, along with the total number of tracks in 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.