http4k-api-openapi
Toggle table of contents
6.20.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-api-openapi
http4k-api-openapi
/
org.http4k.contract
/
RequestMeta
Request
Meta
class
RequestMeta
(
request
:
Request
,
definitionId
:
String
?
=
null
,
example
:
Any
?
=
null
,
schemaPrefix
:
String
?
=
null
)
:
HttpMessageMeta
<
Request
>
(
source
)
Members
Constructors
Request
Meta
Link copied to clipboard
constructor
(
request
:
Request
,
definitionId
:
String
?
=
null
,
example
:
Any
?
=
null
,
schemaPrefix
:
String
?
=
null
)
Properties
definition
Id
Link copied to clipboard
val
definitionId
:
String
?
description
Link copied to clipboard
val
description
:
String
example
Link copied to clipboard
val
example
:
Any
?
message
Link copied to clipboard
val
message
:
Request
schema
Prefix
Link copied to clipboard
val
schemaPrefix
:
String
?