PluginListData

@Serializable
data class PluginListData(val plugins: List<PluginInfo>, val total: Int)(source)

Constructors

Link copied to clipboard
constructor(plugins: List<PluginInfo>, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val total: Int