nextPageToken property

String? nextPageToken
getter/setter pair

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

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

Implementation

core.String? nextPageToken;