ActionParameter

constructor(name: String, type: String, description: String, required: Boolean = true, defaultValue: Any? = null, min: Double? = null, max: Double? = null)