ListTaskPushNotificationConfigResponse
data class ListTaskPushNotificationConfigResponse(val jsonrpc: String = "2.0", val id: RequestId? = null, val result: List<TaskPushNotificationConfig>? = null, val error: JSONRPCError? = null)(source)
https://a2a-protocol.org/latest/specification/#77-taskspushnotificationconfiglist
Constructors
Link copied to clipboard
constructor(jsonrpc: String = "2.0", id: RequestId? = null, result: List<TaskPushNotificationConfig>? = null, error: JSONRPCError? = null)