pageToken property

String? pageToken
getter/setter pair

A page token received from a previous history call.

It is used to retrieve the subsequent page. Note that when providing a value for this parameter all other parameters provided must match the call that provided the page token (the previous call).

Optional.

Implementation

core.String? pageToken;