PlaylistTrackInfo

@Serializable
data class PlaylistTrackInfo(val href: String, val total: Int? = null)(source)

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

Link copied to clipboard
constructor(href: String, total: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int? = null