Class: A2A::ListTaskPushNotificationConfigResponse
- Inherits:
-
JSONRPC::Response
- Object
- JSONRPC::Response
- A2A::ListTaskPushNotificationConfigResponse
- 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
-
#error ⇒ JSONRPC::Error?
Error information if the request failed.
-
#result ⇒ Array<TaskPushNotificationConfig>?
Array of push notification configurations if successful.
Instance Method Details
#error ⇒ JSONRPC::Error?
11 |
# File 'lib/a2a/types/list_task_push_notification_config_response.rb', line 11 attribute? :error, Types::Constructor(JSONRPC::Error).optional |
#result ⇒ Array<TaskPushNotificationConfig>?
8 |
# File 'lib/a2a/types/list_task_push_notification_config_response.rb', line 8 attribute? :result, Types::Array.of(Types::Constructor(TaskPushNotificationConfig)).optional |