ExperimentStep

data class ExperimentStep(val branches: List<ExperimentStepBranch>, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more branch blocks as defined above.

Link copied to clipboard

The name of the Step.