nextPageToken property

String? nextPageToken
getter/setter pair

Continuation token used to page through sites.

To retrieve the next page of the results, set the next request's "page_token" value to this.

Implementation

core.String? nextPageToken;