RecentGamesResponse

@Serializable
data class RecentGamesResponse(val success: Boolean? = null, val cause: String? = null, val uuid: String? = null, val games: List<RecentGame>? = null) : HypixelResponse

Constructors

Link copied to clipboard
constructor(success: Boolean? = null, cause: String? = null, uuid: String? = null, games: List<RecentGame>? = null)

Properties

Link copied to clipboard
open override val cause: String? = null
Link copied to clipboard
val games: List<RecentGame>? = null
Link copied to clipboard
@Transient
open override var rateLimit: RateLimit?
Link copied to clipboard
open override val success: Boolean? = null
Link copied to clipboard
val uuid: String? = null