toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract
/
RequestMeta
Request
Meta
class
RequestMeta
(
request
:
Request
,
definitionId
:
String
?
=
null
,
example
:
Any
?
=
null
,
schemaPrefix
:
String
?
=
null
)
:
HttpMessageMeta
<
Request
>
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
?