Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 707 Bytes

PaginationResponse.md

File metadata and controls

12 lines (8 loc) · 707 Bytes

PaginationResponse

Pagination parameters.

Properties

Name Type Description Notes
end_cursor str Cursor identifier representing the last element in the response. This value should be used in conjunction with a subsequent request's 'after' query parameter. This may be an empty string if there are no more pages left to view.
has_next_page bool True if there are more pages of results immediately available after this endCursor.

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