Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 707 Bytes

File metadata and controls

22 lines (15 loc) · 707 Bytes

FlagEventExperimentCollection

Properties

Name Type Description Notes
totalCount number The total number of experiments [default to undefined]
items Array<FlagEventExperiment> A list of experiments [default to undefined]

Example

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

const instance: FlagEventExperimentCollection = {
    totalCount,
    items,
};

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