factory UpdateParticipantResponse.fromJson(Map<String, dynamic> json) => UpdateParticipantResponse( ok: json["ok"], message: json["message"], );