shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.albums
/
SimplifiedArtistObject
Simplified
Artist
Object
@
Serializable
data
class
SimplifiedArtistObject
(
val
externalUrls
:
ExternalUrls
?
=
null
,
val
href
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
name
:
String
?
=
null
,
val
type
:
String
?
=
null
,
val
uri
:
String
?
=
null
)
Members
Constructors
Simplified
Artist
Object
Link copied to clipboard
constructor
(
externalUrls
:
ExternalUrls
?
=
null
,
href
:
String
?
=
null
,
id
:
String
?
=
null
,
name
:
String
?
=
null
,
type
:
String
?
=
null
,
uri
:
String
?
=
null
)
Properties
external
Urls
Link copied to clipboard
@
SerialName
(
value
=
"external_urls"
)
val
externalUrls
:
ExternalUrls
?
=
null
href
Link copied to clipboard
val
href
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
uri
Link copied to clipboard
val
uri
:
String
?
=
null