DeleteTaskPushNotificationConfigRequest
data class DeleteTaskPushNotificationConfigRequest(val jsonrpc: String = "2.0", val id: RequestId? = null, val method: String = "tasks/pushNotificationConfig/delete", val params: DeleteTaskPushNotificationConfigParams? = null) : A2ARequest(source)
https://a2a-protocol.org/latest/specification/#78-taskspushnotificationconfigdelete
Constructors
Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, method: String = "tasks/pushNotificationConfig/delete", params: DeleteTaskPushNotificationConfigParams? = null)