factory ExportConfigurationsResponse.fromJson(Map<String, dynamic> json) { return ExportConfigurationsResponse( exportId: json['exportId'] as String?, ); }