nextPageToken property

String? nextPageToken
getter/setter pair

The next pagination token in the Search response.

It should be used as the page_token for the following request. An empty value means no more results.

Implementation

core.String? nextPageToken;