Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 880 Bytes

File metadata and controls

28 lines (21 loc) · 880 Bytes

ViewsPaginatedLinks

Properties

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]

Example

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

const instance: ViewsPaginatedLinks = {
    first,
    last,
    next,
    prev,
    self,
};

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