Class: A2A::DeleteTaskPushNotificationConfigResponse

Inherits:
JSONRPC::Response
  • Object
show all
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

Instance Method Details

#error ⇒ JSONRPC::Error?

Returns Error information if the request failed.

Returns:

  • (JSONRPC::Error, nil) —

    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.

Returns:

  • (NilClass, nil) —

    Returns null on successful deletion.



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

attribute? :result, Types::Nil.optional