GoogleCloudDatacatalogV1beta1SearchCatalogResult constructor

GoogleCloudDatacatalogV1beta1SearchCatalogResult({
  1. String? linkedResource,
  2. String? modifyTime,
  3. String? relativeResourceName,
  4. String? searchResultSubtype,
  5. String? searchResultType,
})

Implementation

GoogleCloudDatacatalogV1beta1SearchCatalogResult({
  this.linkedResource,
  this.modifyTime,
  this.relativeResourceName,
  this.searchResultSubtype,
  this.searchResultType,
});