Schedule constructor

Schedule({
  1. String? cronSchedule,
  2. String? nextScheduledBackupTime,
  3. bool? paused,
  4. RpoConfig? rpoConfig,
})

Implementation

Schedule({
  this.cronSchedule,
  this.nextScheduledBackupTime,
  this.paused,
  this.rpoConfig,
});