Class: A2A::GetTaskPushNotificationConfigRequest
- Inherits:
-
JSONRPC::Request
- Object
- JSONRPC::Request
- A2A::GetTaskPushNotificationConfigRequest
- 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
-
#method ⇒ String
Method name for getting task push notification configuration.
-
#params ⇒ GetTaskPushNotificationConfigParams, TaskIdParams
Parameters for getting a push notification configuration.
Instance Method Details
#method ⇒ String
10 |
# File 'lib/a2a/types/get_task_push_notification_config_request.rb', line 10 attribute :method, Types::String.constant(METHOD) |
#params ⇒ GetTaskPushNotificationConfigParams, TaskIdParams
15 16 |
# File 'lib/a2a/types/get_task_push_notification_config_request.rb', line 15 attribute :params, Types::Constructor(GetTaskPushNotificationConfigParams) | Types::Constructor(TaskIdParams) |