Simple Artist
data class SimpleArtist(externalUrlsString: Map<String, String>, href: String, id: String, uri: SpotifyUri, name: String, type: String) : CoreObject
Content copied to clipboard
Simplified Artist object that can be used to retrieve a full Artist
Parameters
href
A link to the Web API endpoint providing full details of the artist.
id
The Spotify ID for the artist.
name
The name of the artist
type
The object type: "artist"
Constructors
SimpleArtist
Link copied to clipboard
fun SimpleArtist(externalUrlsString: Map<String, String>, href: String, id: String, uri: SpotifyUri, name: String, type: String)
Content copied to clipboard
A link to the Web API endpoint providing full details of the artist.
Functions
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
getMembersThatNeedApiInstantiation
Link copied to clipboard
toFullArtist
Link copied to clipboard
Properties
Sources
(source)
Link copied to clipboard