ExperimentStepBranchArgs

data class ExperimentStepBranchArgs(val actions: Output<List<ExperimentStepBranchActionArgs>>, val name: Output<String>) : ConvertibleToJava<ExperimentStepBranchArgs>

Constructors

Link copied to clipboard
constructor(actions: Output<List<ExperimentStepBranchActionArgs>>, name: Output<String>)

Properties

Link copied to clipboard

One or more actions blocks as defined above.

Link copied to clipboard
val name: Output<String>

The name of the branch.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentStepBranchArgs