nextPageToken property

String? nextPageToken
getter/setter pair

The next pagination token in the List response.

It should be used as page_token for the following request. An empty value means no more result.

Implementation

core.String? nextPageToken;