kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
openapi-model
/
io.github.hfhbd.kfx.openapi
/
OpenApi
/
ExternalDocs
External
Docs
@
Serializable
data
class
ExternalDocs
(
val
url
:
String
,
val
description
:
String
?
=
null
)
(
source
)
Members
Constructors
External
Docs
Link copied to clipboard
constructor
(
url
:
String
,
description
:
String
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
url
Link copied to clipboard
val
url
:
String