Ktor OpenAPI/Swagger 3 Generator
Toggle table of contents
1.0.72
jvm
Platform filter
jvm
Switch theme
Search in API
Ktor OpenAPI/Swagger 3 Generator
Ktor OpenAPI/Swagger 3 Generator
/
com.papsign.ktor.openapigen.annotations
/
Response
Response
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
]
)
annotation class
Response
(
val
description
:
String
=
""
,
val
statusCode
:
Int
=
200
)
(
source
)
Members
Properties
description
Link copied to clipboard
val
description
:
String
status
Code
Link copied to clipboard
val
statusCode
:
Int
=
200