Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 705 Bytes

HoldoutRep.md

File metadata and controls

31 lines (17 loc) · 705 Bytes

LaunchDarklyApi.HoldoutRep

Properties

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

Enum: StatusEnum

  • created (value: "created")

  • enabled (value: "enabled")

  • running (value: "running")

  • ended (value: "ended")