nextPageToken property

String? nextPageToken
getter/setter pair

A token identifying a page of results the server should return.

If the token is not empty this means that more results are available and should be retrieved by repeating the request with the provided page token.

Implementation

core.String? nextPageToken;