nextPageToken property

String? nextPageToken
getter/setter pair

Continuation token used to page through URL channels.

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

Implementation

core.String? nextPageToken;