toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final googleCloudStorage = this.googleCloudStorage;
final resultsUrl = this.resultsUrl;
final toolResultsExecution = this.toolResultsExecution;
final toolResultsHistory = this.toolResultsHistory;
return {
'googleCloudStorage': ?googleCloudStorage,
'resultsUrl': ?resultsUrl,
'toolResultsExecution': ?toolResultsExecution,
'toolResultsHistory': ?toolResultsHistory,
};
}