CallsPerDayReportResponse
data class CallsPerDayReportResponse(@Json(name = "daily") val daily: List<DailyAggregateCallsPerDayReportResponse> = emptyList())
Constructors
Link copied to clipboard
constructor(@Json(name = "daily") daily: List<DailyAggregateCallsPerDayReportResponse> = emptyList())