ktkit
Toggle table of contents
0.5.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ktkit
ktkit-compiler-openapi
/
io.github.smyrgeorge.ktkit.compiler.openapi.utils
/
Metadata
Metadata
data
class
Metadata
(
val
summary
:
String
?
,
val
description
:
String
?
,
val
tags
:
List
<
String
>
,
val
deprecated
:
String
?
,
val
ignore
:
Boolean
=
false
)
(
source
)
Members
Constructors
Metadata
Link copied to clipboard
constructor
(
summary
:
String
?
,
description
:
String
?
,
tags
:
List
<
String
>
,
deprecated
:
String
?
,
ignore
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
deprecated
Link copied to clipboard
val
deprecated
:
String
?
description
Link copied to clipboard
val
description
:
String
?
ignore
Link copied to clipboard
val
ignore
:
Boolean
summary
Link copied to clipboard
val
summary
:
String
?
tags
Link copied to clipboard
val
tags
:
List
<
String
>