Class: A2A::DeleteTaskPushNotificationConfigResponse
- Inherits:
-
JSONRPC::Response
- Object
- JSONRPC::Response
- A2A::DeleteTaskPushNotificationConfigResponse
- Defined in:
- lib/a2a/types/delete_task_push_notification_config_response.rb
Overview
Response to a ‘tasks/pushNotificationConfig/delete` request. Returns null on successful deletion.
Instance Method Summary collapse
-
#error ⇒ JSONRPC::Error?
Error information if the request failed.
-
#result ⇒ NilClass?
Returns null on successful deletion.
Instance Method Details
#error ⇒ JSONRPC::Error?
Returns Error information if the request failed.
11 |
# File 'lib/a2a/types/delete_task_push_notification_config_response.rb', line 11 attribute? :error, Types::Constructor(JSONRPC::Error).optional |
#result ⇒ NilClass?
Returns null on successful deletion.
8 |
# File 'lib/a2a/types/delete_task_push_notification_config_response.rb', line 8 attribute? :result, Types::Nil.optional |