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
/
NamedApiResourceList
Named
Api
Resource
List
@
Serializable
data
class
NamedApiResourceList
(
val
count
:
Int
,
val
next
:
String
?
,
val
previous
:
String
?
,
val
results
:
List
<
NamedApiResource
>
)
:
ResourceSummaryList
<
NamedApiResource
>
(
source
)
Members
Constructors
Named
Api
Resource
List
Link copied to clipboard
constructor
(
count
:
Int
,
next
:
String
?
,
previous
:
String
?
,
results
:
List
<
NamedApiResource
>
)
Properties
count
Link copied to clipboard
open
override
val
count
:
Int
next
Link copied to clipboard
open
override
val
next
:
String
?
previous
Link copied to clipboard
open
override
val
previous
:
String
?
results
Link copied to clipboard
open
override
val
results
:
List
<
NamedApiResource
>