toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract
/
ResponseMeta
Response
Meta
class
ResponseMeta
(
description
:
String
,
response
:
Response
,
definitionId
:
String
?
=
null
,
example
:
Any
?
=
null
,
schemaPrefix
:
String
?
=
null
)
:
HttpMessageMeta
<
Response
>
Members
Constructors
Response
Meta
Link copied to clipboard
constructor
(
description
:
String
,
response
:
Response
,
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
:
Response
schema
Prefix
Link copied to clipboard
val
schemaPrefix
:
String
?