QueryCallSessionParticipantStatsTimelineResponse
constructor(@Json(name = "call_id") callId: String, @Json(name = "call_session_id") callSessionId: String, @Json(name = "call_type") callType: String, @Json(name = "duration") duration: String, @Json(name = "user_id") userId: String, @Json(name = "user_session_id") userSessionId: String, @Json(name = "events") events: List<CallParticipantTimeline> = emptyList())