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.artists
/
ArtistObject
/
ArtistObject
Artist
Object
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
)