cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
Steps
Steps
@
Serializable
@
SerialName
(
value
=
"steps"
)
data
class
Steps
(
val
steps
:
List
<
Steps.Step
>
)
(
source
)
Members
Constructors
Steps
Link copied to clipboard
constructor
(
steps
:
List
<
Steps.Step
>
)
Types
Step
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"step"
)
data
class
Step
(
val
policyName
:
String
,
val
condition
:
String
?
=
null
,
val
sequence
:
Int
)
Properties
steps
Link copied to clipboard
val
steps
:
List
<
Steps.Step
>