ParticipantCountOverTimeResponse
data class ParticipantCountOverTimeResponse(@Json(name = "by_minute") val byMinute: List<ParticipantCountByMinuteResponse>? = emptyList())
Constructors
Link copied to clipboard
constructor(@Json(name = "by_minute") byMinute: List<ParticipantCountByMinuteResponse>? = emptyList())