PlaylistTrackInfo

data class PlaylistTrackInfo(href: String, total: Int)

A collection containing a link ( href ) to the Web API endpoint where full details of the playlist’s tracks can be retrieved, along with the total number of tracks in the playlist.

Parameters

href

link to the Web API endpoint where full details of the playlist’s tracks can be retrieved

total

the total number of tracks in the playlist.

Constructors

PlaylistTrackInfo
Link copied to clipboard
common
fun PlaylistTrackInfo(href: String, total: Int)
link to the Web API endpoint where full details of the playlist’s tracks can be retrieved

Properties

href
Link copied to clipboard
common
val href: String
link to the Web API endpoint where full details of the playlist’s tracks can be retrieved
total
Link copied to clipboard
common
val total: Int
the total number of tracks in the playlist.

Sources

common source
Link copied to clipboard