DeleteJobExecutionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the job execution to be deleted. The executionNumber refers to the execution of a particular job on a particular device.

Link copied to clipboard

(Optional) When true, you can delete a job execution which is "IN_PROGRESS". Otherwise, you can only delete a job execution which is in a terminal state ("SUCCEEDED", "FAILED", "REJECTED", "REMOVED" or "CANCELED") or an exception will occur. The default is false.

Link copied to clipboard

The ID of the job whose execution on a particular device will be deleted.

Link copied to clipboard

The namespace used to indicate that a job is a customer-managed job.

Link copied to clipboard

The name of the thing whose job execution will be deleted.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String