Interface protos.google.cloud.datacatalog.v1beta1.ISearchCatalogResponse

Properties of a SearchCatalogResponse.

Package

@google-cloud/datacatalog!

Properties

nextPageToken

nextPageToken?: (string|null);

SearchCatalogResponse nextPageToken

Property Value
TypeDescription
(string|null)

results

results?: (google.cloud.datacatalog.v1beta1.ISearchCatalogResult[]|null);

SearchCatalogResponse results

Property Value
TypeDescription
(google.cloud.datacatalog.v1beta1.ISearchCatalogResult[]|null)