Class: A2A::GetTaskPushNotificationConfigParams

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

Methods inherited from TaskIdParams

#id, #metadata

Methods included from Extensions::CaseTransformation

#camelize, included, #to_json

Instance Method Details

#push_notification_config_idString?

Returns The ID of the push notification configuration to retrieve.

Returns:

  • (String, nil)

    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