toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.track.model.supplement
/
Supplement
Supplement
@
Serializable
data
class
Supplement
(
val
id
:
Int
,
val
lyrics
:
Lyrics
?
=
null
,
val
video
:
List
<
VideoSupplement
>
=
listOf()
,
val
clips
:
List
<
Clip
>
?
=
null
,
val
radioIsAvailable
:
Boolean
?
=
null
,
val
description
:
String
?
=
null
)
(
source
)
Members
Constructors
Supplement
Link copied to clipboard
constructor
(
id
:
Int
,
lyrics
:
Lyrics
?
=
null
,
video
:
List
<
VideoSupplement
>
=
listOf()
,
clips
:
List
<
Clip
>
?
=
null
,
radioIsAvailable
:
Boolean
?
=
null
,
description
:
String
?
=
null
)
Properties
clips
Link copied to clipboard
val
clips
:
List
<
Clip
>
?
=
null
description
Link copied to clipboard
val
description
:
String
?
=
null
id
Link copied to clipboard
val
id
:
Int
lyrics
Link copied to clipboard
val
lyrics
:
Lyrics
?
=
null
radio
Is
Available
Link copied to clipboard
val
radioIsAvailable
:
Boolean
?
=
null
video
Link copied to clipboard
val
video
:
List
<
VideoSupplement
>