HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
GamesResponse
Games
Response
@
Serializable
data
class
GamesResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
lastUpdated
:
Long
?
=
null
,
val
games
:
Map
<
String
,
Game
>
?
=
null
)
:
HypixelResponse
Members
Constructors
Games
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
lastUpdated
:
Long
?
=
null
,
games
:
Map
<
String
,
Game
>
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
games
Link copied to clipboard
val
games
:
Map
<
String
,
Game
>
?
=
null
last
Updated
Link copied to clipboard
val
lastUpdated
:
Long
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null
Functions
get
Game
Info
Link copied to clipboard
fun
getGameInfo
(
gameType
:
GameType
)
:
Game
?