nextPageToken property

String? nextPageToken
getter/setter pair

Token to specify next page.

A report with multiple pages has a nextPageToken property in the response. For your follow-on requests getting all of the report's pages, enter the nextPageToken value in the pageToken query string.

Implementation

core.String? nextPageToken;