CallParticipantCountReportResponse

data class CallParticipantCountReportResponse(@Json(name = "daily") val daily: List<DailyAggregateCallParticipantCountReportResponse> = emptyList())

Constructors

Link copied to clipboard
constructor(@Json(name = "daily") daily: List<DailyAggregateCallParticipantCountReportResponse> = emptyList())

Properties