nextPageToken property

String? nextPageToken
getter/setter pair

Continuation token used to page through dimension values.

To retrieve the next page of results, set the next request's "pageToken" to the value of this field. The page token is only valid for a limited amount of time and should not be persisted.

Implementation

core.String? nextPageToken;