pageToken property

String? pageToken
getter/setter pair

A token identifying a page of results for the server to return.

Typically obtained by the nextPageToken of the response to a previous search rquest. If you don't specify this field, the API call requests the first page of the search.

Optional.

Implementation

core.String? pageToken;