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
constructor(branches: Output<List<BranchArgs>>, name: Output<String>)

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.

Functions

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