Kraken
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kraken
Kraken
/
codeberg.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.