pageToken property

String? pageToken
getter/setter pair

Pagination token that, if specified, returns the next page of search results.

If empty, returns the first page. This token is returned in the SearchCatalogResponse.next_page_token field of the response to a previous SearchCatalogRequest call.

Optional.

Implementation

core.String? pageToken;