HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.playerdata
/
OnlineResponse
Online
Response
@
Serializable
data
class
OnlineResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
uuid
:
String
?
=
null
,
val
session
:
Session
?
=
null
)
:
HypixelResponse
Members
Constructors
Online
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
uuid
:
String
?
=
null
,
session
:
Session
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
session
Link copied to clipboard
val
session
:
Session
?
=
null
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null
uuid
Link copied to clipboard
val
uuid
:
String
?
=
null