pageToken property

String? pageToken
getter/setter pair

A page token, received from a previous SearchResources call.

Specify this parameter to retrieve the next page of transactions. When paginating, you must specify the page_token parameter and all the other parameters except page_size should be specified with the same value which was used in the previous call. If the other fields are set with a different value than the previous call then INVALID_ARGUMENT error is returned.

Optional.

Implementation

core.String? pageToken;