| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | The experiment iteration ID | [default to undefined] |
| status | string | [default to undefined] | |
| startedAt | number | [default to undefined] | |
| endedAt | number | [optional] [default to undefined] | |
| _links | { [key: string]: Link; } | The location and content type of related resources | [optional] [default to undefined] |
import { FlagEventExperimentIteration } from 'launchdarkly-api-typescript';
const instance: FlagEventExperimentIteration = {
id,
status,
startedAt,
endedAt,
_links,
};