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