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
/
ResourceSummaryList
Resource
Summary
List
interface
ResourceSummaryList
<
out
T
:
ResourceSummary
>
(
source
)
Inheritors
ApiResourceList
NamedApiResourceList
Members
Properties
count
Link copied to clipboard
abstract
val
count
:
Int
next
Link copied to clipboard
abstract
val
next
:
String
?
previous
Link copied to clipboard
abstract
val
previous
:
String
?
results
Link copied to clipboard
abstract
val
results
:
List
<
T
>