Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (9 loc) · 802 Bytes

SearchCatalogObjectsResponse.md

File metadata and controls

17 lines (9 loc) · 802 Bytes

SearchCatalogObjectsResponse

Description

Properties

Name Type Description Notes
errors List<Error> The set of Errors encountered. [optional]
cursor String The pagination cursor to be used in a subsequent request. If unset, this is the final response. See Pagination for more information. [optional]
objects List<CatalogObject> The CatalogObjects returned. [optional]
relatedObjects List<CatalogObject> A list of CatalogObjects referenced by the objects in the `objects` field. [optional]