http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
MessageBatches
Message
Batches
@
JsonSerializable
data
class
MessageBatches
(
val
data
:
List
<
MessageBatch
>
,
val
has_more
:
Boolean
=
false
,
val
first_id
:
String
?
=
null
,
val
last_id
:
String
?
=
null
)
:
Paged
<
String
,
MessageBatch
>
(
source
)
Members
Constructors
Message
Batches
Link copied to clipboard
constructor
(
data
:
List
<
MessageBatch
>
,
has_more
:
Boolean
=
false
,
first_id
:
String
?
=
null
,
last_id
:
String
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
List
<
MessageBatch
>
first_
id
Link copied to clipboard
val
first_id
:
String
?
has_
more
Link copied to clipboard
val
has_more
:
Boolean
items
Link copied to clipboard
open
override
val
items
:
List
<
MessageBatch
>
last_
id
Link copied to clipboard
val
last_id
:
String
?
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
MessageBatch
>
token
Link copied to clipboard
open
override
fun
token
(
)
:
String
?