Class: A2A::TaskPushNotificationConfig
- Inherits:
-
ProtocolStruct
- Object
- Dry::Struct
- ProtocolStruct
- A2A::TaskPushNotificationConfig
- Defined in:
- lib/a2a/types/task_push_notification_config.rb
Overview
Represents the push notification information associated with a specific task ID.
Instance Method Summary collapse
-
#id ⇒ String
The ID of the task the notification config is associated with.
-
#push_notification_config ⇒ PushNotificationConfig
The push notification configuration details.
Methods included from Extensions::CaseTransformation
Instance Method Details
#id ⇒ String
Returns The ID of the task the notification config is associated with.
7 |
# File 'lib/a2a/types/task_push_notification_config.rb', line 7 attribute :id, Types::String |
#push_notification_config ⇒ PushNotificationConfig
Returns The push notification configuration details.
10 |
# File 'lib/a2a/types/task_push_notification_config.rb', line 10 attribute :push_notification_config, Types::Constructor(PushNotificationConfig) |