QueryCallParticipantSessionsResponse

constructor(@Json(name = "call_id") callId: String, @Json(name = "call_session_id") callSessionId: String, @Json(name = "call_type") callType: String, @Json(name = "duration") duration: Int, @Json(name = "total_participant_duration") totalParticipantDuration: Int, @Json(name = "total_participant_sessions") totalParticipantSessions: Int, @Json(name = "participants_sessions") participantsSessions: List<ParticipantSessionDetails> = emptyList(), @Json(name = "next") next: String? = null, @Json(name = "prev") prev: String? = null, @Json(name = "session") session: CallSessionResponse? = null)