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