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.

Constructors

Link copied to clipboard
constructor(id: String, pushNotificationConfigId: String? = null, metadata: Metadata? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
@SerialName(value = "id")
val id: String

The unique identifier of the task.

Link copied to clipboard
@SerialName(value = "metadata")
val metadata: Metadata?

Optional metadata associated with the request.

Link copied to clipboard
@SerialName(value = "pushNotificationConfigId")
val pushNotificationConfigId: String?

The ID of the push notification configuration to retrieve.