GoogleCloudDatacatalogV1beta1SearchCatalogResponse constructor

GoogleCloudDatacatalogV1beta1SearchCatalogResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1beta1SearchCatalogResult>? results,
  3. List<String>? unreachable,
})

Implementation

GoogleCloudDatacatalogV1beta1SearchCatalogResponse({
  this.nextPageToken,
  this.results,
  this.unreachable,
});