toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (environment != null) 'environment': environment!,
if (gcsPath != null) 'gcsPath': gcsPath!,
if (jobName != null) 'jobName': jobName!,
if (location != null) 'location': location!,
if (parameters != null) 'parameters': parameters!,
};