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
/
MoveCategory
Move
Category
@
Serializable
data
class
MoveCategory
(
val
id
:
Int
,
val
name
:
String
,
val
moves
:
List
<
NamedApiResource
>
,
val
descriptions
:
List
<
Description
>
)
(
source
)
Members
Constructors
Move
Category
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
,
moves
:
List
<
NamedApiResource
>
,
descriptions
:
List
<
Description
>
)
Properties
descriptions
Link copied to clipboard
val
descriptions
:
List
<
Description
>
id
Link copied to clipboard
val
id
:
Int
moves
Link copied to clipboard
val
moves
:
List
<
NamedApiResource
>
name
Link copied to clipboard
val
name
:
String