Get

object Get(source)

Types

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