RecentlyPlayedTracks

@Serializable
data class RecentlyPlayedTracks(val href: String? = null, val limit: Int? = null, val next: String? = null, val cursors: Cursors? = null, val total: Int? = null, val items: List<PlayHistoryObject> = listOf())

Constructors

Link copied to clipboard
constructor(href: String? = null, limit: Int? = null, next: String? = null, cursors: Cursors? = null, total: Int? = null, items: List<PlayHistoryObject> = listOf())

Properties

Link copied to clipboard
val cursors: Cursors? = null
Link copied to clipboard
val href: String? = null
Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val next: String? = null
Link copied to clipboard
val total: Int? = null