pageToken property
A continuation token to get the next page of the results.
Adding this to the request will return the rows after the pageToken. The pageToken should be the value returned in the nextPageToken parameter in the response to the GetReports request.
Implementation
core.String? pageToken;