kfx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
kfx
swagger-model
/
io.github.hfhbd.kfx.swagger
/
Swagger
/
Info
Info
@
Serializable
data
class
Info
(
val
title
:
String
,
val
description
:
String
?
=
null
,
val
version
:
String
)
(
source
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
title
:
String
,
description
:
String
?
=
null
,
version
:
String
)
Properties
description
Link copied to clipboard
val
description
:
String
?
title
Link copied to clipboard
val
title
:
String
version
Link copied to clipboard
val
version
:
String