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
/
ItemFlingEffect
Item
Fling
Effect
@
Serializable
data
class
ItemFlingEffect
(
val
id
:
Int
,
val
name
:
String
,
val
effectEntries
:
List
<
Effect
>
,
val
items
:
List
<
NamedApiResource
>
)
(
source
)
Members
Constructors
Item
Fling
Effect
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
effectEntries
:
List
<
Effect
>
,
items
:
List
<
NamedApiResource
>
)
Properties
effect
Entries
Link copied to clipboard
val
effectEntries
:
List
<
Effect
>
id
Link copied to clipboard
val
id
:
Int
items
Link copied to clipboard
val
items
:
List
<
NamedApiResource
>
name
Link copied to clipboard
val
name
:
String