mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# PluginStatus

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**plugin_id** | Option<**String**> | Globally unique identifier that represents the plugin. | [optional]
**name** | Option<**String**> | Name of the plugin. | [optional]
**description** | Option<**String**> | Description of what the plugin is and does. | [optional]
**version** | Option<**String**> | Version number of the plugin. | [optional]
**cluster_id** | Option<**String**> | ID of the cluster in which plugin is running | [optional]
**plugin_path** | Option<**String**> | Path to the plugin on the server | [optional]
**state** | Option<**f32**> | State of the plugin | [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)