Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.18 KB

File metadata and controls

19 lines (16 loc) · 1.18 KB

IO.Swagger.Model.PluginContainer

Properties

Name Type Description Notes
Authors List<string> A list of authors that created this plugin
Dependencies List<PluginDependency> Other plugins that this plugin depends on
Id string The unique id of this plugin
Link string The API link that can be used to obtain more information about this object
Name string The name of this plugin
State string The current loaded state of the plugin
Type string The type of the plugin
Description string A description describing what this plugin does (hopefully) [optional]
Source string The file source where the plugin was loaded from. [optional]
Url string The url that was added to the plugin (probably the homepage) [optional]
Version string The current version of the plugin [optional]

[Back to Model list] [Back to API list] [Back to README]