Pagination state for leaderboard cursor-based pagination.
More...
|
|
int | total [get, set] |
| | The total number of entries on the leaderboard.
|
| |
|
int? | next_cursor [get, set] |
| | The cursor value for the next page of results, or null if on the last page.
|
| |
|
int? | previous_cursor [get, set] |
| | The cursor value for the previous page of results, or null if on the first page.
|
| |
|
bool | allowNext [get, set] |
| | Whether there is a next page of results available.
|
| |
|
bool | allowPrev [get, set] |
| | Whether there is a previous page of results available.
|
| |
Pagination state for leaderboard cursor-based pagination.