nextPageToken property

String? nextPageToken
getter/setter pair

A pagination token to be used to retrieve the next page of results.

If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.

Implementation

core.String? nextPageToken;