Experiment Properties Response
data class ExperimentPropertiesResponse(val customerDataStorage: CustomerDataStoragePropertiesResponse? = null, val provisioningState: String, val selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, val steps: List<StepResponse>)
Model that represents the Experiment properties model.
Constructors
Link copied to clipboard
constructor(customerDataStorage: CustomerDataStoragePropertiesResponse? = null, provisioningState: String, selectors: List<Either<ListSelectorResponse, QuerySelectorResponse>>, steps: List<StepResponse>)