Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 754 Bytes

File metadata and controls

26 lines (19 loc) · 754 Bytes

ExpandedDirectlyLinkedSegment

Properties

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

Example

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

const instance: ExpandedDirectlyLinkedSegment = {
    key,
    name,
    environmentId,
    links,
};

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