BackupDrPlanRule constructor

BackupDrPlanRule({
  1. String? lastSuccessfulBackupTime,
  2. String? ruleId,
})

Implementation

BackupDrPlanRule({
  this.lastSuccessfulBackupTime,
  this.ruleId,
});