PluginInfo
data class PluginInfo(val name: String, val version: String, val configurationFileName: String? = null, val description: String, val id: UUID, val canUninstall: Boolean, val hasImage: Boolean, val status: PluginStatus)
This is a serializable stub class that is used by the api to provide information about installed plugins.