Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 822 Bytes

File metadata and controls

26 lines (19 loc) · 822 Bytes

ViewSummary

Properties

Name Type Description Notes
_links ParentAndSelfLinks [optional] [default to undefined]
key string The key of the view. [default to undefined]
name string The human-readable name of the view. [default to undefined]
resourceSummary ViewResourceSummary [default to undefined]

Example

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

const instance: ViewSummary = {
    _links,
    key,
    name,
    resourceSummary,
};

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