nextCursor property

String? nextCursor
getter/setter pair

Cursor for the next page of changes, which is contained only when there are still changes to be returned.

If the cursor is rejected for any reason, paging should be restarted from the first page of results.

Implementation

String? nextCursor;