toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.track.model.supplement
/
Lyrics
Lyrics
@
Serializable
data
class
Lyrics
(
val
id
:
Int
,
val
lyrics
:
String
,
val
hasRights
:
Boolean
,
val
fullLyrics
:
String
,
val
showTranslation
:
Boolean
,
val
textLanguage
:
String
?
=
null
,
val
url
:
String
?
=
null
)
(
source
)
Members
Constructors
Lyrics
Link copied to clipboard
constructor
(
id
:
Int
,
lyrics
:
String
,
hasRights
:
Boolean
,
fullLyrics
:
String
,
showTranslation
:
Boolean
,
textLanguage
:
String
?
=
null
,
url
:
String
?
=
null
)
Properties
full
Lyrics
Link copied to clipboard
val
fullLyrics
:
String
has
Rights
Link copied to clipboard
val
hasRights
:
Boolean
id
Link copied to clipboard
val
id
:
Int
lyrics
Link copied to clipboard
val
lyrics
:
String
show
Translation
Link copied to clipboard
val
showTranslation
:
Boolean
text
Language
Link copied to clipboard
val
textLanguage
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null