CommandParameter

data class CommandParameter(val defaultValue: CommandParameterValue? = null, val description: String? = null, val name: String, val value: CommandParameterValue? = null)

Constructors

Link copied to clipboard
constructor(defaultValue: CommandParameterValue? = null, description: String? = null, name: String, value: CommandParameterValue? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard