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

Latest commit

 

History

History
22 lines (19 loc) · 1.25 KB

File metadata and controls

22 lines (19 loc) · 1.25 KB

# Experiment

Properties

Name Type Description Notes
_id string The experiment ID [optional]
key string The experiment key
name string The experiment name
description string The experiment description [optional]
_maintainer_id string The ID of the member who maintains this experiment.
_creation_date int
environment_key string
archived_date int [optional]
tags string[] Tags for the experiment [optional]
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
holdout_id string The holdout ID [optional]
current_iteration \LaunchDarklyApi\Model\IterationRep [optional]
draft_iteration \LaunchDarklyApi\Model\IterationRep [optional]
previous_iterations \LaunchDarklyApi\Model\IterationRep[] Details on the previous iterations for this experiment. [optional]

[Back to Model list] [Back to API list] [Back to README]