HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock
/
Election
Election
@
Serializable
data
class
Election
(
val
year
:
Int
?
=
null
,
val
candidates
:
List
<
Candidate
>
?
=
null
)
Information about an election.
Members
Constructors
Election
Link copied to clipboard
constructor
(
year
:
Int
?
=
null
,
candidates
:
List
<
Candidate
>
?
=
null
)
Properties
candidates
Link copied to clipboard
val
candidates
:
List
<
Candidate
>
?
=
null
A list of
Candidate
for this election.
year
Link copied to clipboard
val
year
:
Int
?
=
null
What year the election is for.