openai-kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
openai-kotlin
openai-core
/
com.aallam.openai.api.core
/
PaginatedList
/
PaginatedList
Paginated
List
constructor
(
data
:
List
<
T
>
,
hasMore
:
Boolean
?
=
null
,
firstId
:
String
?
=
null
,
lastId
:
String
?
=
null
)