nextPageToken property

String? nextPageToken
getter/setter pair

This token will be set when a dataset is received in response to a GET request and the dataset is too large to be included in a single response.

Provide this value in a subsequent GET request to return the next page of data points within this dataset.

Implementation

core.String? nextPageToken;