pageToken property

String? pageToken
getter/setter pair

Token of the page to retrieve.

If not specified, the first page of results is returned. In order to request the next page of results, the value obtained from next_page_token in the previous response should be used.

Implementation

core.String? pageToken;