Backup constructor

Backup({
  1. EncryptionInfo? encryptionInfo,
  2. String? endTime,
  3. String? expireTime,
  4. String? name,
  5. String? sizeBytes,
  6. String? sourceBackup,
  7. String? sourceTable,
  8. String? startTime,
  9. String? state,
})

Implementation

Backup({
  this.encryptionInfo,
  this.endTime,
  this.expireTime,
  this.name,
  this.sizeBytes,
  this.sourceBackup,
  this.sourceTable,
  this.startTime,
  this.state,
});