toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
model.artist
/
Artist
Artist
@
Serializable
data
class
Artist
(
val
id
:
Int
,
val
name
:
String
,
val
cover
:
Cover
?
=
null
,
val
various
:
Boolean
?
=
null
,
val
composer
:
Boolean
?
=
null
,
val
genres
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Artist
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
cover
:
Cover
?
=
null
,
various
:
Boolean
?
=
null
,
composer
:
Boolean
?
=
null
,
genres
:
List
<
String
>
?
=
null
)
Properties
composer
Link copied to clipboard
val
composer
:
Boolean
?
=
null
cover
Link copied to clipboard
val
cover
:
Cover
?
=
null
genres
Link copied to clipboard
val
genres
:
List
<
String
>
?
=
null
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
various
Link copied to clipboard
val
various
:
Boolean
?
=
null