Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 882 Bytes

File metadata and controls

24 lines (17 loc) · 882 Bytes

MultiEnvironmentDependentFlags

Properties

Name Type Description Notes
items Array<MultiEnvironmentDependentFlag> An array of dependent flags with their environment information [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [default to undefined]
_site Link [default to undefined]

Example

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

const instance: MultiEnvironmentDependentFlags = {
    items,
    _links,
    _site,
};

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