GoogleCloudDatacatalogV1SearchCatalogResponse constructor

GoogleCloudDatacatalogV1SearchCatalogResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudDatacatalogV1SearchCatalogResult>? results,
  3. int? totalSize,
  4. List<String>? unreachable,
})

Implementation

GoogleCloudDatacatalogV1SearchCatalogResponse({
  this.nextPageToken,
  this.results,
  this.totalSize,
  this.unreachable,
});