Artists

@Serializable
data class Artists(val href: String, val limit: Int, val next: String, val cursors: Cursors, val total: Int, val items: List<ArtistObject>)

Constructors

Link copied to clipboard
constructor(href: String, limit: Int, next: String, cursors: Cursors, total: Int, items: List<ArtistObject>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val limit: Int
Link copied to clipboard
Link copied to clipboard
val total: Int