| 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] |
| Name | Value |
|---|---|
| CREATED | "created" |
| ENABLED | "enabled" |
| RUNNING | "running" |
| ENDED | "ended" |