Event

constructor(@Json(name = "account_id") accountId: String?, @Json(name = "age") age: Int?, @Json(name = "attach_result") attachResult: List<String>?, @Json(name = "body_accessories") bodyAccessories: BodyAccessories?, @Json(name = "body_basic_attributes") bodyBasicAttributes: BodyBasicAttributes?, @Json(name = "body_detections") bodyDetections: List<BodyDetection>?, @Json(name = "create_time") createTime: String?, @Json(name = "emotion") emotion: Int?, @Json(name = "end_time") endTime: String?, @Json(name = "ethnic_group") ethnicGroup: Int?, @Json(name = "event_id") eventId: String?, @Json(name = "external_id") externalId: String?, @Json(name = "face_detections") faceDetections: List<FaceDetection>?, @Json(name = "face_id") faceId: String?, @Json(name = "gender") gender: Int?, @Json(name = "handler_id") handlerId: String?, @Json(name = "liveness") liveness: Int?, @Json(name = "location") location: Location?, @Json(name = "mask") mask: Int?, @Json(name = "match_result") matchResult: List<MatchResult>?, @Json(name = "source") source: String?, @Json(name = "tags") tags: List<String>?, @Json(name = "top_match") topMatch: TopMatch?, @Json(name = "track_id") trackId: String?, @Json(name = "upper_body_attributes") upperBodyAttributes: UpperBodyAttributes?, @Json(name = "user_data") userData: String?, @Json(name = "meta") meta: String?)