Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 716 Bytes

File metadata and controls

23 lines (16 loc) · 716 Bytes

ExpandedLinkedSegments

Details on linked segments for a view - requires passing the 'allSegments' expand field

Properties

Name Type Description Notes
items Array<ExpandedSegment> [default to undefined]
totalCount number [default to undefined]

Example

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

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

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