GoogleCloudMetastoreV2DatabaseDump constructor

GoogleCloudMetastoreV2DatabaseDump({
  1. String? gcsUri,
  2. String? type,
})

Implementation

GoogleCloudMetastoreV2DatabaseDump({
  this.gcsUri,
  this.type,
});