Get Commands Plain Args
data class GetCommandsPlainArgs(val commandProvider: String? = null, val contentEncoding: String? = null, val description: String? = null, val ids: List<String>? = null, val name: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val type: String? = null) : ConvertibleToJava<GetCommandsPlainArgs>
A collection of arguments for invoking getCommands.