DailyAggregateCallParticipantCountReportResponse
data class DailyAggregateCallParticipantCountReportResponse( @Json(name = "date") val date: String, @Json(name = "report") val report: CallParticipantCountReport)
Constructors
Link copied to clipboard
constructor(@Json(name = "date") date: String, @Json(name = "report") report: CallParticipantCountReport)