Experiment Properties Args
data class ExperimentPropertiesArgs(val selectors: Output<List<Either<ListSelectorArgs, QuerySelectorArgs>>>, val startOnCreation: Output<Boolean>? = null, val steps: Output<List<StepArgs>>) : ConvertibleToJava<ExperimentPropertiesArgs>
Model that represents the Experiment properties model.
Constructors
Link copied to clipboard
constructor(selectors: Output<List<Either<ListSelectorArgs, QuerySelectorArgs>>>, startOnCreation: Output<Boolean>? = null, steps: Output<List<StepArgs>>)