Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 648 Bytes

CursorBasedPaginationOutputObjectWithoutTotal.md

File metadata and controls

10 lines (6 loc) · 648 Bytes

bondsapifordigitalportals.CursorBasedPaginationOutputObjectWithoutTotal

Properties

Name Type Description Notes
next String The next cursor position to use in the parameter `pagination.cursor` for an endpoint that supports cursor-based pagination, otherwise `null`.
previous String The previous cursor position to use in the parameter `pagination.cursor` for an endpoint that supports cursor-based pagination. If a previous cursor position is not supported or available, `previous` is `null`.