HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
Access
Access
@
Serializable
data
class
Access
(
val
lastFree
:
Long
?
=
null
,
val
consumedPrism
:
Boolean
?
=
null
,
val
chargeTrackTimestamp
:
Long
?
=
null
)
Members
Constructors
Access
Link copied to clipboard
constructor
(
lastFree
:
Long
?
=
null
,
consumedPrism
:
Boolean
?
=
null
,
chargeTrackTimestamp
:
Long
?
=
null
)
Properties
charge
Track
Timestamp
Link copied to clipboard
@
SerialName
(
value
=
"charge_track_timestamp"
)
val
chargeTrackTimestamp
:
Long
?
=
null
consumed
Prism
Link copied to clipboard
@
SerialName
(
value
=
"consumed_prism"
)
val
consumedPrism
:
Boolean
?
=
null
last
Free
Link copied to clipboard
@
SerialName
(
value
=
"last_free"
)
val
lastFree
:
Long
?
=
null