toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.response
/
Artist
Artist
data
class
Artist
(
val
followers
:
Long
?
,
val
genres
:
List
<
String
>
?
,
val
id
:
String
,
val
images
:
List
<
Image
>
?
,
val
name
:
String
,
val
popularity
:
Int
)
(
source
)
Members
Constructors
Artist
Link copied to clipboard
constructor
(
followers
:
Long
?
,
genres
:
List
<
String
>
?
,
id
:
String
,
images
:
List
<
Image
>
?
,
name
:
String
,
popularity
:
Int
)
Properties
followers
Link copied to clipboard
val
followers
:
Long
?
genres
Link copied to clipboard
val
genres
:
List
<
String
>
?
id
Link copied to clipboard
val
id
:
String
images
Link copied to clipboard
val
images
:
List
<
Image
>
?
name
Link copied to clipboard
val
name
:
String
popularity
Link copied to clipboard
val
popularity
:
Int