Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 734 Bytes

File metadata and controls

23 lines (16 loc) · 734 Bytes

ExpandedLinkedResources

Details on linked resources for a view - requires passing the 'allResources' expand field

Properties

Name Type Description Notes
items ExpandedLinkedResourcesItems [default to undefined]
totalCount number [default to undefined]

Example

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

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

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