pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.chaosstudio.kotlin.outputs
/
ExperimentStepBranch
Experiment
Step
Branch
data
class
ExperimentStepBranch
(
val
actions
:
List
<
ExperimentStepBranchAction
>
,
val
name
:
String
)
Types
Constructors
Properties
Constructors
Experiment
Step
Branch
Link copied to clipboard
fun
ExperimentStepBranch
(
actions
:
List
<
ExperimentStepBranchAction
>
,
name
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
val
actions
:
List
<
ExperimentStepBranchAction
>
One or more
actions
blocks as defined above.
name
Link copied to clipboard
val
name
:
String
The name of the branch.