nextPageToken property

String? nextPageToken
getter/setter pair

If there are more results than those appearing in this response, then next_page_token is included.

To get the next set of results, call this method again using the value of next_page_token as page_token and the rest of the parameters the same as the original request.

Implementation

core.String? nextPageToken;