yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.track.model.supplement
/
SupplementLyrics
Supplement
Lyrics
@
Serializable
data
class
SupplementLyrics
(
val
id
:
Int
,
val
lyrics
:
String
,
val
hasRights
:
Boolean
,
val
fullLyrics
:
String
,
val
showTranslation
:
Boolean
,
val
textLanguage
:
String
?
=
null
,
val
url
:
String
?
=
null
)
Members
Constructors
Supplement
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
?
url
Link copied to clipboard
val
url
:
String
?