BackupDrPlanRule.fromJson constructor

BackupDrPlanRule.fromJson(
  1. Map json_
)

Implementation

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