nextPageToken property

String? nextPageToken
getter/setter pair

If the number of answers exceeds the requested max page size, this field is populated with a token to fetch the next page of answers on a subsequent call.

If there are no more answers, this field is not present in the response.

Implementation

core.String? nextPageToken;