core.Map<core.String, core.dynamic> toJson() { final gcsBucketPath = this.gcsBucketPath; final jobId = this.jobId; return {'gcsBucketPath': ?gcsBucketPath, 'jobId': ?jobId}; }