StepArgs

data class StepArgs(val branches: Output<List<BranchArgs>>, val name: Output<String>) : ConvertibleToJava<StepArgs>

Model that represents a step in the Experiment resource.

Constructors

Link copied to clipboard
fun StepArgs(branches: Output<List<BranchArgs>>, name: Output<String>)

Functions

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

Properties

Link copied to clipboard
val branches: Output<List<BranchArgs>>

List of branches.

Link copied to clipboard
val name: Output<String>

String of the step name.