QueriedCalls

data class QueriedCalls(val calls: List<CallData>, val next: String?, val prev: String?)

Constructors

Link copied to clipboard
constructor(calls: List<CallData>, next: String?, prev: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val next: String?
Link copied to clipboard
val prev: String?