PluginDiscoverData

@Serializable
data class PluginDiscoverData(val discovered: List<DiscoveredPluginInfo>, val total: Int)(source)

Constructors

Link copied to clipboard
constructor(discovered: List<DiscoveredPluginInfo>, total: Int)

Properties

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