Linked Track
data class LinkedTrack(externalUrlsString: Map<String, String>, href: String, id: String, uri: PlayableUri, type: String) : CoreObject
Content copied to clipboard
Represents a relinked track. This is playable in the searched market. If null, the API result is playable in the market.
Parameters
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”.
Constructors
LinkedTrack
Link copied to clipboard
fun LinkedTrack(externalUrlsString: Map<String, String>, href: String, id: String, uri: PlayableUri, type: String)
Content copied to clipboard
A link to the Web API endpoint providing full details of the track.
Functions
getMembersThatNeedApiInstantiation
Link copied to clipboard
toFullTrack
Link copied to clipboard
toFullTrackRestAction
Link copied to clipboard
fun toFullTrackRestAction(market: Market? = null): SpotifyRestAction<Track?>
Content copied to clipboard
Properties
Sources
common source
Link copied to clipboard