ExperimentStepArgs

data class ExperimentStepArgs(val branches: Output<List<ExperimentStepBranchArgs>>, val name: Output<String>) : ConvertibleToJava<ExperimentStepArgs>

Constructors

Link copied to clipboard
constructor(branches: Output<List<ExperimentStepBranchArgs>>, name: Output<String>)

Properties

Link copied to clipboard

One or more branch blocks as defined above.

Link copied to clipboard
val name: Output<String>

The name of the Step.

Functions

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