mattermost-client 0.1.2

An attempt to provde a sane Rust interface to the Mattermost API
Documentation
# Scheme

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**String**> | The unique identifier of the scheme. | [optional]
**name** | Option<**String**> | The human readable name for the scheme. | [optional]
**description** | Option<**String**> | A human readable description of the scheme. | [optional]
**create_at** | Option<**i64**> | The time at which the scheme was created. | [optional]
**update_at** | Option<**i64**> | The time at which the scheme was last updated. | [optional]
**delete_at** | Option<**i64**> | The time at which the scheme was deleted. | [optional]
**scope** | Option<**String**> | The scope to which this scheme can be applied, either \"team\" or \"channel\". | [optional]
**default_team_admin_role** | Option<**String**> | The id of the default team admin role for this scheme. | [optional]
**default_team_user_role** | Option<**String**> | The id of the default team user role for this scheme. | [optional]
**default_channel_admin_role** | Option<**String**> | The id of the default channel admin role for this scheme. | [optional]
**default_channel_user_role** | Option<**String**> | The id of the default channel user role for this scheme. | [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)