Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.81
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.model.operation
/
StatusResponseModel
/
StatusResponseModel
Status
Response
Model
constructor
(
description
:
String
,
headers
:
MutableMap
<
String
,
RefModel
<
HeaderModel
<
*
>
>
>
=
mutableMapOf()
,
content
:
MutableMap
<
String
,
MediaTypeModel
<
*
>
>
=
mutableMapOf()
)
(
source
)