Keel
Toggle table of contents
0.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Keel
keel-core
/
com.keel.kernel.routing
/
PluginListData
Plugin
List
Data
@
Serializable
data
class
PluginListData
(
val
plugins
:
List
<
PluginInfo
>
,
val
total
:
Int
)
(
source
)
Members
Constructors
Plugin
List
Data
Link copied to clipboard
constructor
(
plugins
:
List
<
PluginInfo
>
,
total
:
Int
)
Properties
plugins
Link copied to clipboard
val
plugins
:
List
<
PluginInfo
>
total
Link copied to clipboard
val
total
:
Int