Step Args
data class StepArgs(val branches: Output<List<BranchArgs>>, val name: Output<String>) : ConvertibleToJava<StepArgs>
Model that represents a step in the Experiment resource.
Model that represents a step in the Experiment resource.