Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 875 Bytes

File metadata and controls

26 lines (19 loc) · 875 Bytes

FlagEventExperiment

Properties

Name Type Description Notes
key string The experiment key [default to undefined]
name string The experiment name [default to undefined]
iteration FlagEventExperimentIteration [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

const instance: FlagEventExperiment = {
    key,
    name,
    iteration,
    _links,
};

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