CallsPerDayReport

data class CallsPerDayReport(@Json(name = "count") val count: Int)

Constructors

Link copied to clipboard
constructor(@Json(name = "count") count: Int)

Properties

Link copied to clipboard
val count: Int