ContinuousBackupInfo constructor
ContinuousBackupInfo({
- String? earliestRestorableTime,
- String? enabledTime,
- EncryptionInfo? encryptionInfo,
- List<
String> ? schedule,
Implementation
ContinuousBackupInfo({
this.earliestRestorableTime,
this.enabledTime,
this.encryptionInfo,
this.schedule,
});