Playlists

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

Constructors

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

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