Get Commands Plain Args
data class GetCommandsPlainArgs(val commandType: String? = null, val contentEncoding: String? = null, val desktopId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val status: String? = null) : ConvertibleToJava<GetCommandsPlainArgs>
A collection of arguments for invoking getCommands.