kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
openapi-model
/
io.github.hfhbd.kfx.openapi
/
OpenApi
/
Server
/
Variable
Variable
@
Serializable
data
class
Variable
(
val
description
:
String
?
=
null
,
val
enum
:
List
<
String
>
=
emptyList()
,
val
default
:
String
)
(
source
)
Members
Constructors
Variable
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
enum
:
List
<
String
>
=
emptyList()
,
default
:
String
)
Properties
default
Link copied to clipboard
val
default
:
String
description
Link copied to clipboard
val
description
:
String
?
enum
Link copied to clipboard
val
enum
:
List
<
String
>