ExperimentPropertiesResponse

data class ExperimentPropertiesResponse(val selectors: List<SelectorResponse>, val startOnCreation: Boolean? = null, val steps: List<StepResponse>)

Model that represents the Experiment properties model.

Constructors

Link copied to clipboard
constructor(selectors: List<SelectorResponse>, startOnCreation: Boolean? = null, steps: List<StepResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of selectors.

Link copied to clipboard

A boolean value that indicates if experiment should be started on creation or not.

Link copied to clipboard

List of steps.