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
/
SecuredTrophy
Secured
Trophy
@
Serializable
data
class
SecuredTrophy
(
val
type
:
String
?
=
null
,
val
timestamp
:
Long
?
=
null
,
val
visits
:
Int
?
=
null
)
Members
Constructors
Secured
Trophy
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
timestamp
:
Long
?
=
null
,
visits
:
Int
?
=
null
)
Properties
timestamp
Link copied to clipboard
val
timestamp
:
Long
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null
visits
Link copied to clipboard
val
visits
:
Int
?
=
null