SqlServerBackups constructor

SqlServerBackups({
  1. String? gcsBucket,
  2. String? gcsPrefix,
})

Implementation

SqlServerBackups({
  this.gcsBucket,
  this.gcsPrefix,
});