ExperimentPropertiesArgs

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>>)

Properties

Link copied to clipboard

List of selectors.

Link copied to clipboard
val startOnCreation: Output<Boolean>? = null

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

Link copied to clipboard
val steps: Output<List<StepArgs>>

List of steps.

Functions

Link copied to clipboard
open override fun toJava(): ExperimentPropertiesArgs