Class: A2A::ListTaskPushNotificationConfigResponse

Inherits:
JSONRPC::Response
  • Object
show all
Defined in:
lib/a2a/types/list_task_push_notification_config_response.rb

Overview

Response to a ‘tasks/pushNotificationConfig/list` request. Returns an array of all push notification configurations for the specified task.

Instance Method Summary collapse

Instance Method Details

#errorJSONRPC::Error?



11
# File 'lib/a2a/types/list_task_push_notification_config_response.rb', line 11

attribute? :error, Types::Constructor(JSONRPC::Error).optional

#resultArray<TaskPushNotificationConfig>?



8
# File 'lib/a2a/types/list_task_push_notification_config_response.rb', line 8

attribute? :result, Types::Array.of(Types::Constructor(TaskPushNotificationConfig)).optional