Response

@JsonSerializable
data class Response(val result: A2APushNotificationConfig.List.Response.Result, val id: Any?, val jsonrpc: String = "2.0") : A2AJsonRpcResponse(source)

Constructors

Link copied to clipboard
constructor(result: A2APushNotificationConfig.List.Response.Result, id: Any?, jsonrpc: String = "2.0")

Types

Link copied to clipboard
@JsonSerializable
data class Result(val configs: List<TaskPushNotificationConfig>, val nextPageToken: PageToken? = null)

Properties

Link copied to clipboard
open override val id: Any?
Link copied to clipboard