toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (advanceAutomationRuns != null)
        'advanceAutomationRuns': advanceAutomationRuns!,
      if (currentRepairAutomationRun != null)
        'currentRepairAutomationRun': currentRepairAutomationRun!,
      if (promoteAutomationRun != null)
        'promoteAutomationRun': promoteAutomationRun!,
      if (repairAutomationRuns != null)
        'repairAutomationRuns': repairAutomationRuns!,
    };