yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
rotor
/
su.pank.yamapi.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
)
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
?
language
Link copied to clipboard
val
language
:
RotorLanguage
mood
Link copied to clipboard
val
mood
:
Int
?
mood
Energy
Link copied to clipboard
val
moodEnergy
:
RotorMoodEnergy
?