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