nextPageToken property

String? nextPageToken
getter/setter pair

If not empty, indicates that there may be more results that match the request.

Use the value in the page_token field in a subsequent request to fetch the next set of results. If empty, all results have been returned.

Implementation

core.String? nextPageToken;