GetCallSessionParticipantStatsDetailsResponse

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 = "publisher") publisher: ParticipantSeriesPublisherStats? = null, @Json(name = "subscriber") subscriber: ParticipantSeriesSubscriberStats? = null, @Json(name = "timeframe") timeframe: ParticipantSeriesTimeframe? = null, @Json(name = "user") user: ParticipantSeriesUserStats? = null)