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
/
Restrictions
Restrictions
@
Serializable
data
class
Restrictions
(
val
language
:
Enumerate
,
val
diversity
:
Enumerate
,
val
mood
:
DiscreateScale
?
=
null
,
val
energy
:
DiscreateScale
?
=
null
,
val
moodEnergy
:
Enumerate
?
=
null
)
Members
Constructors
Restrictions
Link copied to clipboard
constructor
(
language
:
Enumerate
,
diversity
:
Enumerate
,
mood
:
DiscreateScale
?
=
null
,
energy
:
DiscreateScale
?
=
null
,
moodEnergy
:
Enumerate
?
=
null
)
Properties
diversity
Link copied to clipboard
val
diversity
:
Enumerate
energy
Link copied to clipboard
val
energy
:
DiscreateScale
?
language
Link copied to clipboard
val
language
:
Enumerate
mood
Link copied to clipboard
val
mood
:
DiscreateScale
?
mood
Energy
Link copied to clipboard
val
moodEnergy
:
Enumerate
?