Event

constructor(@Json(name = "aggregate_estimations") aggregateEstimations: AggregateEstimations?, @Json(name = "body_attributes") bodyAttributes: BodyAttributes?, @Json(name = "detections") detections: List<Detection>?, @Json(name = "event_id") eventId: String?, @Json(name = "external_id") externalId: String?, @Json(name = "face") face: FaceXX?, @Json(name = "face_attributes") faceAttributes: FaceAttributes?, @Json(name = "location") location: Location?, @Json(name = "matches") matches: List<Matche>?, @Json(name = "source") source: String?, @Json(name = "tags") tags: List<String>?, @Json(name = "track_id") trackId: String?, @Json(name = "url") url: String?, @Json(name = "user_data") userData: String?, @Json(name = "meta") meta: Any?)