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