PlaylistTracksResponse

@Serializable
internal data class PlaylistTracksResponse(val href: String, val limit: Int, val next: String?, val offset: Int, val previous: String?, val total: Int, val items: List<TrackItem>)(source)

Constructors

Link copied to clipboard
constructor(href: String, limit: Int, next: String?, offset: Int, previous: String?, total: Int, items: List<TrackItem>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
val next: String?
Link copied to clipboard
val offset: Int
Link copied to clipboard
Link copied to clipboard
val total: Int