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
Artist
Object
@
Serializable
data
class
ArtistObject
(
val
externalUrls
:
ExternalUrls
?
=
null
,
val
followers
:
Followers
?
=
null
,
val
genres
:
List
<
String
>
=
listOf()
,
val
href
:
String
?
=
null
,
val
id
:
String
?
=
null
,
val
images
:
List
<
ImageObject
>
=
listOf()
,
val
name
:
String
?
=
null
,
val
popularity
:
Int
?
=
null
,
val
type
:
String
?
=
null
,
val
uri
:
String
?
=
null
)
Members
Constructors
Artist
Object
Link copied to clipboard
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
)
Properties
external
Urls
Link copied to clipboard
@
SerialName
(
value
=
"external_urls"
)
val
externalUrls
:
ExternalUrls
?
=
null
followers
Link copied to clipboard
val
followers
:
Followers
?
=
null
genres
Link copied to clipboard
val
genres
:
List
<
String
>
href
Link copied to clipboard
val
href
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
?
=
null
images
Link copied to clipboard
val
images
:
List
<
ImageObject
>
name
Link copied to clipboard
val
name
:
String
?
=
null
popularity
Link copied to clipboard
val
popularity
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
uri
Link copied to clipboard
val
uri
:
String
?
=
null