BackupDrPlanRule.fromJson constructor
BackupDrPlanRule.fromJson(
- Map json_
Implementation
BackupDrPlanRule.fromJson(core.Map json_)
: this(
lastSuccessfulBackupTime:
json_['lastSuccessfulBackupTime'] as core.String?,
ruleId: json_['ruleId'] as core.String?,
);