kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Type
Type
@
Serializable
data
class
Type
(
val
message
:
String
,
val
name
:
String
?
=
null
,
val
action
:
String
?
=
null
)
(
source
)
Members
Constructors
Type
Link copied to clipboard
constructor
(
message
:
String
,
name
:
String
?
=
null
,
action
:
String
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
String
?
message
Link copied to clipboard
val
message
:
String
name
Link copied to clipboard
val
name
:
String
?