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
/
SuperContestEffect
Super
Contest
Effect
@
Serializable
data
class
SuperContestEffect
(
val
id
:
Int
,
val
appeal
:
Int
,
val
flavorTextEntries
:
List
<
FlavorText
>
,
val
moves
:
List
<
NamedApiResource
>
)
(
source
)
Members
Constructors
Super
Contest
Effect
Link copied to clipboard
constructor
(
id
:
Int
,
appeal
:
Int
,
flavorTextEntries
:
List
<
FlavorText
>
,
moves
:
List
<
NamedApiResource
>
)
Properties
appeal
Link copied to clipboard
val
appeal
:
Int
flavor
Text
Entries
Link copied to clipboard
val
flavorTextEntries
:
List
<
FlavorText
>
id
Link copied to clipboard
val
id
:
Int
moves
Link copied to clipboard
val
moves
:
List
<
NamedApiResource
>