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
/
NamedApiResource
Named
Api
Resource
@
Serializable
(
with
=
NamedApiResourceSerializer::class
)
data
class
NamedApiResource
(
val
name
:
String
,
val
url
:
String
)
:
ResourceSummary
(
source
)
Members
Constructors
Named
Api
Resource
Link copied to clipboard
constructor
(
name
:
String
,
category
:
String
,
id
:
Int
)
constructor
(
name
:
String
,
url
:
String
)
Properties
category
Link copied to clipboard
open
override
val
category
:
String
id
Link copied to clipboard
open
override
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
url
Link copied to clipboard
val
url
:
String