nextSyncToken property
A token, which can be sent as sync_token
to retrieve changes since the
last request.
Request must set request_sync_token
to return the sync token. When the
response is paginated, only the last page will contain nextSyncToken
.
Implementation
core.String? nextSyncToken;