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
/
Set
/
Request
/
Params
Params
@
JsonSerializable
data
class
Params
(
val
taskId
:
TaskId
,
val
url
:
Uri
,
val
token
:
String
?
=
null
,
val
authentication
:
AuthenticationInfo
?
=
null
,
val
tenant
:
Tenant
?
=
null
)
(
source
)
Members
Constructors
Params
Link copied to clipboard
constructor
(
taskId
:
TaskId
,
url
:
Uri
,
token
:
String
?
=
null
,
authentication
:
AuthenticationInfo
?
=
null
,
tenant
:
Tenant
?
=
null
)
Properties
authentication
Link copied to clipboard
val
authentication
:
AuthenticationInfo
?
task
Id
Link copied to clipboard
val
taskId
:
TaskId
tenant
Link copied to clipboard
val
tenant
:
Tenant
?
token
Link copied to clipboard
val
token
:
String
?
url
Link copied to clipboard
val
url
:
Uri