kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
wsdl-model
/
io.github.hfhbd.kfx.wsdl
/
Rule
Rule
@
Serializable
data
class
Rule
(
val
context
:
String
,
val
assert
:
Assert
)
(
source
)
Members
Constructors
Rule
Link copied to clipboard
constructor
(
context
:
String
,
assert
:
Assert
)
Properties
assert
Link copied to clipboard
val
assert
:
Assert
context
Link copied to clipboard
val
context
:
String