http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-a2a-core
/
org.http4k.ai.a2a.protocol.messages
/
A2APushNotificationConfig
/
Get
/
Request
/
Params
Params
@
JsonSerializable
data
class
Params
(
val
taskId
:
TaskId
,
val
id
:
PushNotificationConfigId
,
val
tenant
:
Tenant
?
=
null
)
(
source
)
Members
Constructors
Params
Link copied to clipboard
constructor
(
taskId
:
TaskId
,
id
:
PushNotificationConfigId
,
tenant
:
Tenant
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
PushNotificationConfigId
task
Id
Link copied to clipboard
val
taskId
:
TaskId
tenant
Link copied to clipboard
val
tenant
:
Tenant
?