ContinuousBackupInfo constructor

ContinuousBackupInfo({
  1. String? earliestRestorableTime,
  2. String? enabledTime,
  3. EncryptionInfo? encryptionInfo,
  4. List<String>? schedule,
})

Implementation

ContinuousBackupInfo({
  this.earliestRestorableTime,
  this.enabledTime,
  this.encryptionInfo,
  this.schedule,
});