ParticipantCountByMinuteResponse

data class ParticipantCountByMinuteResponse(@Json(name = "first") val first: Int, @Json(name = "last") val last: Int, @Json(name = "max") val max: Int, @Json(name = "min") val min: Int, @Json(name = "start_ts") val startTs: OffsetDateTime)

Constructors

Link copied to clipboard
constructor(@Json(name = "first") first: Int, @Json(name = "last") last: Int, @Json(name = "max") max: Int, @Json(name = "min") min: Int, @Json(name = "start_ts") startTs: OffsetDateTime)

Properties

Link copied to clipboard
val first: Int
Link copied to clipboard
val last: Int
Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int
Link copied to clipboard
val startTs: OffsetDateTime