Backup constructor

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

Implementation

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