nextPageToken property

String? nextPageToken
getter/setter pair

A continuation token to resume the query at the next item.

If set, indicates that there are more steps to read, by calling list again with this value in the page_token field.

Implementation

core.String? nextPageToken;