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
# CreatePlaybookRunFromPostRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | The name of the playbook run. | 
**description** | Option<**String**> | The description of the playbook run. | [optional]
**owner_user_id** | **String** | The identifier of the user who is commanding the playbook run. | 
**team_id** | **String** | The identifier of the team where the playbook run's channel is in. | 
**post_id** | Option<**String**> | If the playbook run was created from a post, this field contains the identifier of such post. If not, this field is empty. | [optional]
**playbook_id** | **String** | The identifier of the playbook with from which this playbook run was created. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)