core.Map<core.String, core.dynamic> toJson() => { if (gcsDocuments != null) 'gcsDocuments': gcsDocuments!.toJson(), if (gcsPrefix != null) 'gcsPrefix': gcsPrefix!.toJson(), };