Virtual Machine Run Command Instance View Response
data class VirtualMachineRunCommandInstanceViewResponse(val endTime: String? = null, val error: String? = null, val executionMessage: String? = null, val executionState: String? = null, val exitCode: Int? = null, val output: String? = null, val startTime: String? = null, val statuses: List<InstanceViewStatusResponse>? = null)
The instance view of a virtual machine run command.