Command Parameter
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)