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