nextPageToken property

String? nextPageToken
getter/setter pair

Pagination token to retrieve the next page of results.

When next_page_token is not filled in, there is no next page and the list returned is the last page in the result set.

Implementation

core.String? nextPageToken;