Experiment Properties Response
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>)