BackupSchedule constructor

BackupSchedule({
  1. CreateBackupEncryptionConfig? encryptionConfig,
  2. FullBackupSpec? fullBackupSpec,
  3. IncrementalBackupSpec? incrementalBackupSpec,
  4. String? name,
  5. String? retentionDuration,
  6. BackupScheduleSpec? spec,
  7. String? updateTime,
})

Implementation

BackupSchedule({
  this.encryptionConfig,
  this.fullBackupSpec,
  this.incrementalBackupSpec,
  this.name,
  this.retentionDuration,
  this.spec,
  this.updateTime,
});