CancelTaskRequestBuilder

DSL builder for CancelTaskRequest.

Example usage:

val request = cancelTaskRequest {
id = myRequestId
params = myTaskIdParams
}

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Builds a CancelTaskRequest instance with the configured parameters.

Link copied to clipboard

Sets the ID of the request.

Link copied to clipboard

Configures the task ID parameters using a Java-friendly Consumer.

Configures the task ID parameters using a lambda with receiver.