variations property

List<ExperimentVariations>? variations
getter/setter pair

Array of variations.

The first variation in the array is the original. The number of variations may not change once an experiment is in the RUNNING state. At least two variations are required before status can be set to RUNNING.

Implementation

core.List<ExperimentVariations>? variations;