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.info
/
ExternalDocumentationModel
External
Documentation
Model
data
class
ExternalDocumentationModel
(
var
url
:
String
,
var
description
:
String
?
=
null
)
:
DataModel
(
source
)
Members
Constructors
External
Documentation
Model
Link copied to clipboard
constructor
(
url
:
String
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
var
description
:
String
?
url
Link copied to clipboard
var
url
:
String
Functions
serialize
Link copied to clipboard
open
fun
serialize
(
)
:
Map
<
String
,
Any
?
>