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