StepResponse

data class StepResponse(val branches: List<BranchResponse>, val name: String)

Model that represents a step in the Experiment resource.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of branches.

Link copied to clipboard

String of the step name.