Kraken
Toggle table of contents
0.3.1
jvm
Platform filter
jvm
Switch theme
Search in API
Kraken
Kraken
/
github.buriedincode.kraken.schemas
/
ListResponse
/
ListResponse
List
Response
constructor
(
count
:
Int
,
next
:
String
?
=
null
,
previous
:
String
?
=
null
,
results
:
List
<
T
>
=
listOf()
)
Parameters
T
The type of items contained in the
results
list.