Spotify Web API v0.2.3 Spotify.Tracks.TrackFull View Source
A full Track object.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Tracks.TrackFull{album: Spotify.Tracks.album(), artists: Spotify.Tracks.artists(), available_markets: Spotify.Tracks.available_markets(), disc_number: Spotify.Tracks.disc_number(), duration_ms: Spotify.Tracks.duration_ms(), explicit: Spotify.Tracks.explicit(), external_ids: Spotify.Tracks.external_ids(), external_urls: Spotify.Tracks.external_urls(), href: Spotify.Tracks.href(), id: Spotify.Tracks.id(), is_playable: Spotify.Tracks.is_playable(), linked_from: Spotify.Tracks.linked_from(), name: Spotify.Tracks.name(), popularity: Spotify.Tracks.popularity(), preview_url: Spotify.Tracks.preview_url(), restrictions: Spotify.Tracks.restrictions(), track_number: Spotify.Tracks.track_number(), type: Spotify.Tracks.type(), uri: Spotify.Tracks.uri()}
A full Track 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
.