toggle menu
KoVibes
0.0.2
common
switch theme
search in API
KoVibes
/
io.github.rubenquadros.kovibes.api.models
/
ArtistInfo
Artist
Info
@
Serializable
internal
data
class
ArtistInfo
(
val
externalUrls
:
ExternalUrls
,
val
followers
:
FollowersInfo
?
=
null
,
val
genres
:
List
<
String
>
?
=
null
,
val
href
:
String
,
val
id
:
String
,
val
images
:
List
<
ImageInfo
>
?
=
null
,
val
name
:
String
,
val
popularity
:
Int
?
=
null
,
val
type
:
String
,
val
uri
:
String
)
(
source
)
Members
Constructors
Artist
Info
Link copied to clipboard
constructor
(
externalUrls
:
ExternalUrls
,
followers
:
FollowersInfo
?
=
null
,
genres
:
List
<
String
>
?
=
null
,
href
:
String
,
id
:
String
,
images
:
List
<
ImageInfo
>
?
=
null
,
name
:
String
,
popularity
:
Int
?
=
null
,
type
:
String
,
uri
:
String
)
Properties
external
Urls
Link copied to clipboard
val
externalUrls
:
ExternalUrls
followers
Link copied to clipboard
val
followers
:
FollowersInfo
?
=
null
genres
Link copied to clipboard
val
genres
:
List
<
String
>
?
=
null
href
Link copied to clipboard
val
href
:
String
id
Link copied to clipboard
val
id
:
String
images
Link copied to clipboard
val
images
:
List
<
ImageInfo
>
?
=
null
name
Link copied to clipboard
val
name
:
String
popularity
Link copied to clipboard
val
popularity
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
uri
Link copied to clipboard
val
uri
:
String