HypeTrainRecord

@Serializable
data class HypeTrainRecord(val level: Int, val total: Int, val achievedAt: Instant)

Represents a Hype Train all-time high record.

Constructors

Link copied to clipboard
constructor(level: Int, total: Int, achievedAt: Instant)

Properties

Link copied to clipboard
@SerialName(value = "achieved_at")
val achievedAt: Instant

the time when the record was achieved.

Link copied to clipboard
val level: Int

the level of the record Hype Train.

Link copied to clipboard
val total: Int

total points contributed to the record Hype Train.