pageToken property

String? pageToken
getter/setter pair

A page token SearchResponse.next_page_token, received from a previous SearchService.Search call.

Provide this to retrieve the subsequent page. When paginating, all other parameters provided to SearchService.Search must match the call that provided the page token. Otherwise, an INVALID_ARGUMENT error is returned.

Implementation

core.String? pageToken;