GetCommandsResult

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.

Constructors

Link copied to clipboard
constructor(commandProvider: String? = null, commands: List<GetCommandsCommand>, contentEncoding: String? = null, description: String? = null, id: String, ids: List<String>, name: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val commandProvider: String? = null
Link copied to clipboard
Link copied to clipboard
val contentEncoding: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard
Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val type: String? = null