Command

class Command

Describes a command.

Types

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

Properties

Link copied to clipboard

Date and time when the command was acknowledged.

Link copied to clipboard

The command ID.

Link copied to clipboard

Date when the command completed.

Link copied to clipboard

Date and time when the command was run.

Link copied to clipboard

The command deployment ID.

Link copied to clipboard

The command exit code.

Link copied to clipboard

The ID of the instance where the command was executed.

Link copied to clipboard

The URL of the command log.

Link copied to clipboard

The command status:

Link copied to clipboard
val type: String?

The command type:

Functions

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