| Name | Type | Description | Notes |
|---|---|---|---|
| first | ViewsLink | [optional] [default to undefined] | |
| last | ViewsLink | [optional] [default to undefined] | |
| next | ViewsLink | [optional] [default to undefined] | |
| prev | ViewsLink | [optional] [default to undefined] | |
| self | ViewsLink | [default to undefined] |
import { ViewsPaginatedLinks } from 'launchdarkly-api-typescript';
const instance: ViewsPaginatedLinks = {
first,
last,
next,
prev,
self,
};