toJson method

Map<String, dynamic> toJson()

Implementation

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