BackupPlanInput constructor

BackupPlanInput({
  1. required String backupPlanName,
  2. required List<BackupRuleInput> rules,
  3. List<AdvancedBackupSetting>? advancedBackupSettings,
})

Implementation

BackupPlanInput({
  required this.backupPlanName,
  required this.rules,
  this.advancedBackupSettings,
});