Spotify Web API v0.1.0 Spotify.Tracks.TrackLink View Source
A Track Link object.
Key | Value Description |
---|---|
external_urls | Known external URLs for this track. |
href | A link to the Web API endpoint providing full details of the track. |
id | The Spotify ID for the track. |
type | The object type: “track”. |
uri | The Spotify URI for the track. |
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Spotify.Tracks.TrackLink{external_urls: Spotify.ExternalUrls.t(), href: String.t(), id: String.t(), type: String.t(), uri: String.t()}