| 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] |
import { ViewSummary } from 'launchdarkly-api-typescript';
const instance: ViewSummary = {
_links,
key,
name,
resourceSummary,
};