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
Open
Api
Doc
data
class
OpenApiDoc
(
val
summary
:
String
=
""
,
val
description
:
String
=
""
,
val
tags
:
List
<
String
>
=
emptyList()
,
val
successStatus
:
Int
=
200
,
val
errorStatuses
:
Set
<
Int
>
=
emptySet()
,
val
responseEnvelope
:
Boolean
=
false
)
(
source
)
Members
Constructors
Open
Api
Doc
Link copied to clipboard
constructor
(
summary
:
String
=
""
,
description
:
String
=
""
,
tags
:
List
<
String
>
=
emptyList()
,
successStatus
:
Int
=
200
,
errorStatuses
:
Set
<
Int
>
=
emptySet()
,
responseEnvelope
:
Boolean
=
false
)
Properties
description
Link copied to clipboard
val
description
:
String
error
Statuses
Link copied to clipboard
val
errorStatuses
:
Set
<
Int
>
response
Envelope
Link copied to clipboard
val
responseEnvelope
:
Boolean
success
Status
Link copied to clipboard
val
successStatus
:
Int
summary
Link copied to clipboard
val
summary
:
String
tags
Link copied to clipboard
val
tags
:
List
<
String
>