QueryCallStatsResponse
data class QueryCallStatsResponse(@Json(name = "duration") val duration: String, @Json(name = "reports") val reports: List<CallStatsReportSummaryResponse>, @Json(name = "next") val next: String? = null, @Json(name = "prev") val prev: String? = null)
Parameters
duration
Duration of the request in human-readable format
reports
next
prev
Constructors
Link copied to clipboard
constructor(@Json(name = "duration") duration: String, @Json(name = "reports") reports: List<CallStatsReportSummaryResponse>, @Json(name = "next") next: String? = null, @Json(name = "prev") prev: String? = null)