Delete

object Delete(source)

Types

Link copied to clipboard
@JsonSerializable
@PolymorphicLabel(value = "DeleteTaskPushNotificationConfig")
data class Request(val params: A2APushNotificationConfig.Delete.Request.Params, val id: Any?, val jsonrpc: String = "2.0") : A2AJsonRpcRequest
Link copied to clipboard
@JsonSerializable
data class Response(val result: A2APushNotificationConfig.Delete.Response.Result, val id: Any?, val jsonrpc: String = "2.0") : A2AJsonRpcResponse