ArtistInfo

@Serializable
internal data class ArtistInfo(val externalUrls: ExternalUrls, val followers: FollowersInfo? = null, val genres: List<String>? = null, val href: String, val id: String, val images: List<ImageInfo>? = null, val name: String, val popularity: Int? = null, val type: String, val uri: String)(source)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val genres: List<String>? = null
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val images: List<ImageInfo>? = null
Link copied to clipboard
Link copied to clipboard
val popularity: Int? = null
Link copied to clipboard
Link copied to clipboard
val uri: String