gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt.batch
/
ListBatchesResponse
List
Batches
Response
@
Serializable
data
class
ListBatchesResponse
(
val
operations
:
List
<
BatchJob
>
?
=
null
,
val
nextPageToken
:
String
?
=
null
)
Represents the response from listing batch jobs.
Members
Constructors
List
Batches
Response
Link copied to clipboard
constructor
(
operations
:
List
<
BatchJob
>
?
=
null
,
nextPageToken
:
String
?
=
null
)
Properties
next
Page
Token
Link copied to clipboard
val
nextPageToken
:
String
?
A token to retrieve the next page of results.
operations
Link copied to clipboard
val
operations
:
List
<
BatchJob
>
?