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
getMembersThatNeedApiInstantiation
Link copied to clipboard
toFullArtist
Link copied to clipboard
toFullArtistRestAction
Link copied to clipboard
Properties
Sources
common source
Link copied to clipboard