Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 914 Bytes

File metadata and controls

28 lines (21 loc) · 914 Bytes

FlagEventExperimentIteration

Properties

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]

Example

import { FlagEventExperimentIteration } from 'launchdarkly-api-typescript';

const instance: FlagEventExperimentIteration = {
    id,
    status,
    startedAt,
    endedAt,
    _links,
};

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