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
/
PetsData
Pets
Data
@
Serializable
data
class
PetsData
(
val
petCare
:
PetCare
?
=
null
,
val
autopet
:
Autopet
?
=
null
,
val
pets
:
List
<
PetData
>
?
=
null
)
Members
Constructors
Pets
Data
Link copied to clipboard
constructor
(
petCare
:
PetCare
?
=
null
,
autopet
:
Autopet
?
=
null
,
pets
:
List
<
PetData
>
?
=
null
)
Properties
autopet
Link copied to clipboard
val
autopet
:
Autopet
?
=
null
pet
Care
Link copied to clipboard
@
SerialName
(
value
=
"pet_care"
)
val
petCare
:
PetCare
?
=
null
pets
Link copied to clipboard
val
pets
:
List
<
PetData
>
?
=
null