Class: A2A::GetTaskPushNotificationConfigParams
- Inherits:
-
TaskIdParams
- Object
- Dry::Struct
- ProtocolStruct
- TaskIdParams
- A2A::GetTaskPushNotificationConfigParams
- Defined in:
- lib/a2a/types/get_task_push_notification_config_params.rb
Overview
Defines parameters for fetching a specific push notification configuration for a task.
Instance Method Summary collapse
-
#push_notification_config_id ⇒ String?
The ID of the push notification configuration to retrieve.
Methods inherited from TaskIdParams
Methods included from Extensions::CaseTransformation
Instance Method Details
#push_notification_config_id ⇒ String?
Returns The ID of the push notification configuration to retrieve.
7 |
# File 'lib/a2a/types/get_task_push_notification_config_params.rb', line 7 attribute? :push_notification_config_id, Types::String.optional |