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.model.info
/
InfoModel
/
InfoModel
Info
Model
constructor
(
title
:
String
=
"Default"
,
version
:
String
=
"0.0.1"
,
description
:
String
?
=
null
,
termsOfService
:
String
?
=
null
,
contact
:
ContactModel
?
=
null
,
license
:
LicenseModel
?
=
null
)
(
source
)