Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 667 Bytes

File metadata and controls

24 lines (17 loc) · 667 Bytes

ExpandedDirectlyLinkedFlag

Properties

Name Type Description Notes
key string [default to undefined]
name string [default to undefined]
links ViewsSelfLink [default to undefined]

Example

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

const instance: ExpandedDirectlyLinkedFlag = {
    key,
    name,
    links,
};

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