| Name | Type | Description | Notes |
|---|---|---|---|
| _links | ViewsPaginatedLinks | [optional] [default to undefined] | |
| items | Array<ViewLinkedResource> | [default to undefined] | |
| totalCount | number | [default to undefined] |
import { ViewLinkedResources } from 'launchdarkly-api-typescript';
const instance: ViewLinkedResources = {
_links,
items,
totalCount,
};