The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with Net::Async::Spotify::Object::Generated::PlaylistTrack at lib/Net/Async/Spotify/Object/Generated/PlaylistTrack.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::PlaylistTrack - Package representing Spotify PlaylistTrack 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 PlaylistTrack Object attributes:
- added_at
-
Type:Timestamp Description:The date and time the track or episode was added. Note that some very old playlists may return null in this field.
- added_by
-
Type:PublicUserObject Description:The Spotify user who added the track or episode. Note that some very old playlists may return null in this field.
- is_local
-
Type:Boolean Description:Whether this track or episode is a local file or not.
- track
-
Type:TrackObject | EpisodeObject Description:Information about the track or episode.