Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 907 Bytes

HoldoutDetailRep.md

File metadata and controls

32 lines (20 loc) · 907 Bytes

HoldoutDetailRep

Properties

Name Type Description Notes
id String
status StatusEnum
description String [optional]
holdoutAmount String The percentage of traffic allocated to this holdout.
isDirty Boolean Indicates if the holdout experiment is running and if any related experiments are running. [optional]
createdAt Long
updatedAt Long
baseExperiment Experiment
relatedExperiments List<Experiment> [optional]

Enum: StatusEnum

Name Value
CREATED "created"
ENABLED "enabled"
RUNNING "running"
ENDED "ended"