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