Artist

@Serializable
data class Artist(val externalUrls: ExternalUrls? = null, val followers: Followers? = null, val genres: List<String> = listOf(), val href: String? = null, val id: String? = null, val images: List<ImageObject> = listOf(), val name: String? = null, val popularity: Int? = null, val type: String? = null, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(externalUrls: ExternalUrls? = null, followers: Followers? = null, genres: List<String> = listOf(), href: String? = null, id: String? = null, images: List<ImageObject> = listOf(), name: String? = null, popularity: Int? = null, type: String? = null, uri: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "external_urls")
val externalUrls: ExternalUrls? = null
Link copied to clipboard
val followers: Followers? = null
Link copied to clipboard
Link copied to clipboard
val href: String? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val popularity: Int? = null
Link copied to clipboard
val type: String? = null
Link copied to clipboard
val uri: String? = null