PokeKotlin API Reference
Toggle table of contents
3.0.0-pre3
common
Platform filter
common
Switch theme
Search in API
PokeKotlin API Reference
PokeKotlin API Reference
/
co.pokeapi.pokekotlin.model
/
ContestComboSets
Contest
Combo
Sets
@
Serializable
data
class
ContestComboSets
(
val
normalSet
:
ContestComboDetail
,
val
superSet
:
ContestComboDetail
)
(
source
)
Members
Constructors
Contest
Combo
Sets
Link copied to clipboard
constructor
(
normalSet
:
ContestComboDetail
,
superSet
:
ContestComboDetail
)
Properties
normal
Set
Link copied to clipboard
@
SerialName
(
value
=
"normal"
)
val
normalSet
:
ContestComboDetail
super
Set
Link copied to clipboard
@
SerialName
(
value
=
"super"
)
val
superSet
:
ContestComboDetail