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