Get Commands Result
data class GetCommandsResult(val commandType: String? = null, val commands: List<GetCommandsCommand>, val contentEncoding: String? = null, val desktopId: String? = null, val id: String, val ids: List<String>, val outputFile: String? = null, val status: String? = null)
A collection of values returned by getCommands.