nextPageToken property

String? nextPageToken
getter/setter pair

The continuation page token to send back to the server in a subsequent request.

Due to a currently known issue, it is recommended that the caller keep invoking the list method until the time a next page token is not returned, even if the result set is empty.

Implementation

core.String? nextPageToken;