ContinuousBackupConfig constructor

ContinuousBackupConfig({
  1. bool? enabled,
  2. EncryptionConfig? encryptionConfig,
  3. int? recoveryWindowDays,
})

Implementation

ContinuousBackupConfig({
  this.enabled,
  this.encryptionConfig,
  this.recoveryWindowDays,
});