pageToken property

String? pageToken
getter/setter pair

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 [SearchUserActivityRequest](#SearchUserActivityRequest) request.

Implementation

core.String? pageToken;