GetTaskPushNotificationConfigParams
data class GetTaskPushNotificationConfigParams(val id: String, val pushNotificationConfigId: String? = null, val metadata: Metadata? = null)(source)
Defines parameters for fetching a specific push notification configuration for a task.
Parameters
id
The unique identifier of the task.
pushNotificationConfigId
The ID of the push notification configuration to retrieve.
metadata
Optional metadata associated with the request.