Class: A2A::GetTaskPushNotificationConfigRequest

Inherits:
JSONRPC::Request
  • Object
show all
Defined in:
lib/a2a/types/get_task_push_notification_config_request.rb

Overview

Represents a JSON-RPC request for the ‘tasks/pushNotificationConfig/get` method.

Constant Summary collapse

METHOD =
'tasks/pushNotificationConfig/get'

Instance Method Summary collapse

Instance Method Details

#methodString



10
# File 'lib/a2a/types/get_task_push_notification_config_request.rb', line 10

attribute :method, Types::String.constant(METHOD)

#paramsGetTaskPushNotificationConfigParams, TaskIdParams



15
16
# File 'lib/a2a/types/get_task_push_notification_config_request.rb', line 15

attribute :params,
Types::Constructor(GetTaskPushNotificationConfigParams) | Types::Constructor(TaskIdParams)