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