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
/
Enumerate
Enumerate
@
Serializable
data
class
Enumerate
(
val
type
:
String
,
val
name
:
String
,
val
possibleValues
:
List
<
Value
>
)
Members
Constructors
Enumerate
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
,
possibleValues
:
List
<
Value
>
)
Properties
name
Link copied to clipboard
val
name
:
String
possible
Values
Link copied to clipboard
val
possibleValues
:
List
<
Value
>
type
Link copied to clipboard
val
type
:
String