Class: A2A::PushNotificationConfig

Inherits:
ProtocolStruct
  • Object
show all
Defined in:
lib/a2a/types/push_notification_config.rb

Overview

Defines the configuration for setting up push notifications for task updates.

Instance Method Summary collapse

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#authenticationPushNotificationAuthenticationInfo?



18
# File 'lib/a2a/types/push_notification_config.rb', line 18

attribute? :authentication, Types::Constructor(PushNotificationAuthenticationInfo).optional

#idString?



8
# File 'lib/a2a/types/push_notification_config.rb', line 8

attribute? :id, Types::String.optional

#tokenString?



14
# File 'lib/a2a/types/push_notification_config.rb', line 14

attribute? :token, Types::String.optional

#urlURI



11
# File 'lib/a2a/types/push_notification_config.rb', line 11

attribute :url, Types::URI