AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-a2a-models
/
dev.mokksy.aimocks.a2a.model
/
TaskQueryParams
Task
Query
Params
common
@
Serializable
data
class
TaskQueryParams
(
val
id
:
String
,
val
historyLength
:
Long
?
=
null
,
val
metadata
:
Metadata
?
=
null
)
(
source
)
Members
Constructors
Task
Query
Params
Link copied to clipboard
common
constructor
(
id
:
String
,
historyLength
:
Long
?
=
null
,
metadata
:
Metadata
?
=
null
)
Properties
history
Length
Link copied to clipboard
common
@
SerialName
(
value
=
"historyLength"
)
val
historyLength
:
Long
?
id
Link copied to clipboard
common
@
SerialName
(
value
=
"id"
)
val
id
:
String
metadata
Link copied to clipboard
common
@
SerialName
(
value
=
"metadata"
)
val
metadata
:
Metadata
?