CountByMinuteResponse

data class CountByMinuteResponse(@Json(name = "count") val count: Int, @Json(name = "start_ts") val startTs: OffsetDateTime)

Constructors

Link copied to clipboard
constructor(@Json(name = "count") count: Int, @Json(name = "start_ts") startTs: OffsetDateTime)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val startTs: OffsetDateTime