LaunchExecutionStatusObject

data class LaunchExecutionStatusObject(val desiredState: String? = null, val reason: String? = null, val status: String)

Constructors

Link copied to clipboard
constructor(desiredState: String? = null, reason: String? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val desiredState: String? = null

Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.

Link copied to clipboard
val reason: String? = null

Provide a reason for stopping the launch. Defaults to empty if not provided.

Link copied to clipboard

Provide START or STOP action to apply on a launch