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