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