Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 813 Bytes

CursorBasedPaginationOutputObject.md

File metadata and controls

12 lines (8 loc) · 813 Bytes

bondsapifordigitalportals.CursorBasedPaginationOutputObject

Properties

Name Type Description Notes
total Number Total number of entries in the result set.
isEstimatedTotal Boolean Flag indicating that the value of `total` is estimated.
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`.