DatabaseDump constructor

DatabaseDump({
  1. String? databaseType,
  2. String? gcsUri,
  3. String? sourceDatabase,
  4. String? type,
})

Implementation

DatabaseDump({
  this.databaseType,
  this.gcsUri,
  this.sourceDatabase,
  this.type,
});