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
/
ItemPocket
Item
Pocket
@
Serializable
data
class
ItemPocket
(
val
id
:
Int
,
val
name
:
String
,
val
categories
:
List
<
NamedApiResource
>
,
val
names
:
List
<
Name
>
)
(
source
)
Members
Constructors
Item
Pocket
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
categories
:
List
<
NamedApiResource
>
,
names
:
List
<
Name
>
)
Properties
categories
Link copied to clipboard
val
categories
:
List
<
NamedApiResource
>
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
names
Link copied to clipboard
val
names
:
List
<
Name
>