Class: A2A::TaskPushNotificationConfig

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

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#idString

Returns The ID of the task the notification config is associated with.

Returns:

  • (String)

    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_configPushNotificationConfig

Returns The push notification configuration details.

Returns:



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

attribute :push_notification_config, Types::Constructor(PushNotificationConfig)