Wow
Toggle table of contents
8.6.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-openapi
/
me.ahoo.wow.openapi.contract
/
HttpParameter
/
HttpParameter
Http
Parameter
constructor
(
name
:
String
,
location
:
HttpParameterLocation
,
required
:
Boolean
=
false
,
schema
:
HttpSchema
=
HttpSchema.String
,
description
:
String
?
=
null
,
example
:
Any
?
=
null
,
componentRef
:
String
?
=
null
)