QueryCallStatsRequest
data class QueryCallStatsRequest(@Json(name = "filter_conditions") val filterConditions: Map<String, Any?>? = null, @Json(name = "limit") val limit: Int? = null, @Json(name = "next") val next: String? = null, @Json(name = "prev") val prev: String? = null, @Json(name = "sort") val sort: List<SortParam>? = null)
Parameters
filterConditions
limit
next
prev
sort