Command Response
data class CommandResponse(val action: String, val alwaysRun: Boolean? = null, val applyUpdateBefore: Boolean? = null, val content: String, val contentType: String, val maxRunTime: Int? = null, val name: String, val restartAfter: Boolean? = null, val runAsInteractive: Boolean? = null, val runElevated: Boolean? = null)
The command used in the test