Spotify Web API v0.2.3 Spotify.Playlists.PlaylistFull View Source
A full Playlist object.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Playlists.PlaylistFull{collaborative: Spotify.Playlists.collaborative(), description: Spotify.Playlists.description(), external_urls: Spotify.Playlists.external_urls(), followers: Spotify.Playlists.followers(), href: Spotify.Playlists.href(), id: Spotify.Playlists.id(), images: Spotify.Playlists.images(), name: Spotify.Playlists.name(), owner: Spotify.Playlists.owner(), public: Spotify.Playlists.public(), snapshot_id: Spotify.Playlists.snapshot_id(), tracks: Spotify.Playlists.tracks(), type: Spotify.Playlists.type(), uri: Spotify.Playlists.uri()}
A full Playlist object.
Link to this section Functions
Returns each Object Models’ model for json decoding.
This callback is passed into Poison.decode
:as
option for formatting
incoming json as structs. Each Object Model should implement it, and nest
other Object Models’ as
functions in their own as needed.
Callback implementation for Spotify.ObjectModel.as/0
.