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