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