Pagination parameters.
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. |