# MarketplacePlugin
## Properties
**homepage_url** | Option<**String**> | URL that leads to the homepage of the plugin. | [optional]
**icon_data** | Option<**String**> | Base64 encoding of a plugin icon SVG. | [optional]
**download_url** | Option<**String**> | URL to download the plugin. | [optional]
**release_notes_url** | Option<**String**> | URL that leads to the release notes of the plugin. | [optional]
**labels** | Option<**Vec<String>**> | A list of the plugin labels. | [optional]
**signature** | Option<**String**> | Base64 encoded signature of the plugin. | [optional]
**manifest** | Option<[**crate::models::PluginManifest**](PluginManifest.md)> | | [optional]
**installed_version** | Option<**String**> | Version number of the already installed plugin, if any. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)