BackupSchedule constructor
BackupSchedule({
- CreateBackupEncryptionConfig? encryptionConfig,
- FullBackupSpec? fullBackupSpec,
- IncrementalBackupSpec? incrementalBackupSpec,
- String? name,
- String? retentionDuration,
- BackupScheduleSpec? spec,
- String? updateTime,
Implementation
BackupSchedule({
this.encryptionConfig,
this.fullBackupSpec,
this.incrementalBackupSpec,
this.name,
this.retentionDuration,
this.spec,
this.updateTime,
});