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