ExperimentStepBranch

data class ExperimentStepBranch(val actions: List<ExperimentStepBranchAction>, val name: String)

Constructors

Link copied to clipboard
constructor(actions: List<ExperimentStepBranchAction>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One or more actions blocks as defined above.

Link copied to clipboard

The name of the branch.