toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-api-openapi
/
org.http4k.contract.openapi.v3
/
RequestContents
Request
Contents
class
RequestContents
<
NODE
>
(
val
content
:
Map
<
String
,
BodyContent
>
?
=
null
)
:
HasSchema
<
NODE
>
Members
Constructors
Request
Contents
Link copied to clipboard
constructor
(
content
:
Map
<
String
,
BodyContent
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Map
<
String
,
BodyContent
>
?
=
null
required
Link copied to clipboard
val
required
:
Boolean
Functions
definitions
Link copied to clipboard
open
override
fun
definitions
(
)
:
List
<
Pair
<
String
,
NODE
>
>