HttpParameter

constructor(name: String, location: HttpParameterLocation, required: Boolean = false, schema: HttpSchema = HttpSchema.String, description: String? = null, example: Any? = null, componentRef: String? = null)