Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 778 Bytes

HoldoutRep.md

File metadata and controls

31 lines (19 loc) · 778 Bytes

HoldoutRep

Properties

Name Type Description Notes
id String
status StatusEnum
description String [optional]
holdoutAmount String The percentage of traffic allocated to this holdout.
createdAt Long
updatedAt Long
baseExperiment Experiment
experiments List<RelatedExperimentRep> [optional]

Enum: StatusEnum

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