DeleteTaskPushNotificationConfigResponse
data class DeleteTaskPushNotificationConfigResponse(val jsonrpc: String = "2.0", val id: RequestId? = null, val result: Nothing? = null, val error: JSONRPCError? = null)(source)
https://a2a-protocol.org/latest/specification/#78-taskspushnotificationconfigdelete
Constructors
Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, result: Nothing? = null, error: JSONRPCError? = null)