GetCommandsCommand

data class GetCommandsCommand(val commandContent: String, val commandType: String, val createTime: String, val id: String, val invokeDesktops: List<GetCommandsCommandInvokeDesktop>, val invokeId: String, val status: String)

Constructors

Link copied to clipboard
constructor(commandContent: String, commandType: String, createTime: String, id: String, invokeDesktops: List<GetCommandsCommandInvokeDesktop>, invokeId: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Contents of the Script to Base64 Encoded Transmission.

Link copied to clipboard

The Script Type. Valid values: RunBatScript, RunPowerShellScript.

Link copied to clipboard

The Task of Creation Time.

Link copied to clipboard
val id: String

The ID of the Command.

Link copied to clipboard

The Implementation of the Target Cloud Desktop Collection.

Link copied to clipboard

The invoke id of the Command.

Link copied to clipboard

Script Is Executed in the Overall Implementation of the State. Valid values: Pending, Failed, PartialFailed, Running, Stopped, Stopping, Finished, Success.