toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (googleCloudStorage != null)
'googleCloudStorage': googleCloudStorage!,
if (resultsUrl != null) 'resultsUrl': resultsUrl!,
if (toolResultsExecution != null)
'toolResultsExecution': toolResultsExecution!,
if (toolResultsHistory != null)
'toolResultsHistory': toolResultsHistory!,
};