Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 971 Bytes

File metadata and controls

28 lines (21 loc) · 971 Bytes

AnnouncementPaginatedLinks

Properties

Name Type Description Notes
first AnnouncementLink [optional] [default to undefined]
last AnnouncementLink [optional] [default to undefined]
next AnnouncementLink [optional] [default to undefined]
prev AnnouncementLink [optional] [default to undefined]
self AnnouncementLink [default to undefined]

Example

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

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

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