DeleteTaskPushNotificationConfigRequestBuilder

DSL builder for DeleteTaskPushNotificationConfigRequest.

Example usage:

val request = deleteTaskPushNotificationConfigRequest {
id = "1"
params {
id = "task_12345"
}
}

Constructors

constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a DeleteTaskPushNotificationConfigRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the delete parameters using a Java-friendly Consumer.

Configures the delete parameters using a lambda with receiver.