ParameterSpec

constructor(name: String, type: String, required: Boolean = true, defaultValue: Any? = null, description: String = "", constraints: Map<String, Any> = emptyMap())(source)