HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
VanityResponse
Vanity
Response
@
Serializable
data
class
VanityResponse
(
val
success
:
Boolean
?
=
null
,
val
cause
:
String
?
=
null
,
val
lastUpdated
:
Long
?
=
null
,
val
types
:
List
<
Type
>
?
=
null
,
val
rarities
:
List
<
Rarity
>
?
=
null
)
:
HypixelResponse
Members
Constructors
Vanity
Response
Link copied to clipboard
constructor
(
success
:
Boolean
?
=
null
,
cause
:
String
?
=
null
,
lastUpdated
:
Long
?
=
null
,
types
:
List
<
Type
>
?
=
null
,
rarities
:
List
<
Rarity
>
?
=
null
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
String
?
=
null
last
Updated
Link copied to clipboard
val
lastUpdated
:
Long
?
=
null
rarities
Link copied to clipboard
val
rarities
:
List
<
Rarity
>
?
=
null
rate
Limit
Link copied to clipboard
@
Transient
open
override
var
rateLimit
:
RateLimit
?
success
Link copied to clipboard
open
override
val
success
:
Boolean
?
=
null
types
Link copied to clipboard
val
types
:
List
<
Type
>
?
=
null