Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
32 lines (18 loc) · 831 Bytes

File metadata and controls

32 lines (18 loc) · 831 Bytes

LaunchDarklyApi.HoldoutDetailRep

Properties

Name Type Description Notes
id String
status String
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 Number
updatedAt Number
baseExperiment Experiment
relatedExperiments [Experiment] [optional]

Enum: StatusEnum

  • created (value: "created")

  • enabled (value: "enabled")

  • running (value: "running")

  • ended (value: "ended")