| Name | Type | Description | Notes |
|---|---|---|---|
| authors | list[str] | A list of authors that created this plugin | |
| dependencies | list[PluginDependency] | Other plugins that this plugin depends on | |
| id | str | The unique id of this plugin | |
| link | str | The API link that can be used to obtain more information about this object | |
| name | str | The name of this plugin | |
| state | str | The current loaded state of the plugin | |
| type | str | The type of the plugin | |
| description | str | A description describing what this plugin does (hopefully) | [optional] |
| source | str | The file source where the plugin was loaded from. | [optional] |
| url | str | The url that was added to the plugin (probably the homepage) | [optional] |
| version | str | The current version of the plugin | [optional] |