pageToken property

String? pageToken
getter/setter pair

Pagination token returned in an earlier SearchCatalogResponse.next_page_token, which indicates that this is a continuation of a prior SearchCatalogRequest call, and that the system should return the next page of data.

If empty, the first page is returned.

Optional.

Implementation

core.String? pageToken;