DailyAggregateCallDurationReportResponse

data class DailyAggregateCallDurationReportResponse(@Json(name = "date") val date: String, @Json(name = "report") val report: CallDurationReport)

Constructors

Link copied to clipboard
constructor(@Json(name = "date") date: String, @Json(name = "report") report: CallDurationReport)

Properties

Link copied to clipboard
Link copied to clipboard