CancelTaskRequestBuilder
DSL builder for CancelTaskRequest.
Example usage:
val request = cancelTaskRequest {
id = myRequestId
params = myTaskIdParams
}Content copied to clipboard
Properties
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.