OBJECT
type NessusPluginSetInfo {# The plugin set that is in the process of being installed (if no update is taking # place, will be equal to loadedPluginSet)pluginSet: String! # The plugin set that is currently installedloadedPluginSet: String! # The time when the plugin set was last updatedlastUpdated: Time }