kelvin-komponenter
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kelvin-komponenter
ktor-openapi-generator
/
com.papsign.ktor.openapigen
/
KTypeProperty
KType
Property
data
class
KTypeProperty
(
val
name
:
String
,
val
type
:
KType
,
val
source
:
KProperty1
<
*
,
*
>
)
(
source
)
Members
Constructors
KType
Property
Link copied to clipboard
constructor
(
name
:
String
,
type
:
KType
,
source
:
KProperty1
<
*
,
*
>
)
Properties
name
Link copied to clipboard
val
name
:
String
source
Link copied to clipboard
val
source
:
KProperty1
<
*
,
*
>
type
Link copied to clipboard
val
type
:
KType