Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-openapi-runtime
/
com.keel.openapi.runtime
/
OpenApiDoc
/
OpenApiDoc
Open
Api
Doc
constructor
(
summary
:
String
=
""
,
description
:
String
=
""
,
tags
:
List
<
String
>
=
emptyList()
,
successStatus
:
Int
=
200
,
errorStatuses
:
Set
<
Int
>
=
emptySet()
,
responseEnvelope
:
Boolean
=
false
)
(
source
)