CancelJobRequest

Types

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

Properties

Link copied to clipboard

An optional comment string describing why the job was canceled.

Link copied to clipboard

(Optional) If true job executions with status "IN_PROGRESS" and "QUEUED" are canceled, otherwise only job executions with status "QUEUED" are canceled. The default is false.

Link copied to clipboard

The unique identifier you assigned to this job when it was created.

Link copied to clipboard

(Optional)A reason code string that explains why the job was canceled.

Functions

Link copied to clipboard
inline fun copy(block: CancelJobRequest.Builder.() -> Unit = {}): CancelJobRequest
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