toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.rotor.model
/
RotorSettings
Rotor
Settings
@
Serializable
data
class
RotorSettings
(
val
language
:
RotorLanguage
,
val
diversity
:
RotorDiversity
,
val
mood
:
Int
?
=
null
,
val
energy
:
Int
?
=
null
,
val
moodEnergy
:
RotorMoodEnergy
?
=
null
)
(
source
)
Members
Constructors
Rotor
Settings
Link copied to clipboard
constructor
(
language
:
RotorLanguage
,
diversity
:
RotorDiversity
,
mood
:
Int
?
=
null
,
energy
:
Int
?
=
null
,
moodEnergy
:
RotorMoodEnergy
?
=
null
)
Properties
diversity
Link copied to clipboard
val
diversity
:
RotorDiversity
energy
Link copied to clipboard
val
energy
:
Int
?
=
null
language
Link copied to clipboard
val
language
:
RotorLanguage
mood
Link copied to clipboard
val
mood
:
Int
?
=
null
mood
Energy
Link copied to clipboard
val
moodEnergy
:
RotorMoodEnergy
?
=
null