mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# MarketplacePlugin

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)