| Name |
Type |
Description |
Notes |
| _id |
string |
|
[optional] [default to undefined] |
| key |
string |
|
[optional] [default to undefined] |
| name |
string |
|
[optional] [default to undefined] |
| status |
string |
|
[optional] [default to undefined] |
| createdAt |
number |
|
[optional] [default to undefined] |
| updatedAt |
number |
|
[optional] [default to undefined] |
| experiments |
Array<RelatedExperimentRep> |
|
[optional] [default to undefined] |
import { SimpleHoldoutRep } from 'launchdarkly-api-typescript';
const instance: SimpleHoldoutRep = {
_id,
key,
name,
status,
createdAt,
updatedAt,
experiments,
};
[Back to Model list] [Back to API list] [Back to README]