SetStatusRequest

Contains the parameters for SetStatus.

Types

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

Properties

Link copied to clipboard

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

Link copied to clipboard

The ID of the pipeline that contains the objects.

Link copied to clipboard

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

Functions

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