Get Commands Result
data class GetCommandsResult(val commandProvider: String? = null, val commands: List<GetCommandsCommand>, val contentEncoding: String? = null, val description: String? = null, val id: String, val ids: List<String>, val name: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val type: String? = null)
A collection of values returned by getCommands.