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