QueryCallStatsResponse

constructor(@Json(name = "duration") duration: String, @Json(name = "reports") reports: List<CallStatsReportSummaryResponse>, @Json(name = "next") next: String? = null, @Json(name = "prev") prev: String? = null)

Parameters

duration

Duration of the request in human-readable format

reports
next
prev