QueryAggregateCallStatsRequest

data class QueryAggregateCallStatsRequest(@Json(name = "from") val from: String? = null, @Json(name = "to") val to: String? = null, @Json(name = "report_types") val reportTypes: List<String>? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "from") from: String? = null, @Json(name = "to") to: String? = null, @Json(name = "report_types") reportTypes: List<String>? = null)

Properties

Link copied to clipboard
val from: String? = null
Link copied to clipboard
val reportTypes: List<String>? = null
Link copied to clipboard
val to: String? = null