Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 826 Bytes

File metadata and controls

24 lines (17 loc) · 826 Bytes

FlagEventCollectionRep

Properties

Name Type Description Notes
totalCount number The total number of flag events [default to undefined]
items Array<FlagEventRep> A list of flag events [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

const instance: FlagEventCollectionRep = {
    totalCount,
    items,
    _links,
};

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