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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**callback_id** | Option<**String**> | Set an ID that will be included when the dialog is submitted | [optional]
**title** | **String** | Title of the dialog | 
**introduction_text** | Option<**String**> | Markdown formatted introductory paragraph | [optional]
**elements** | [**Vec<serde_json::Value>**]serde_json::Value.md | Input elements, see https://docs.mattermost.com/developer/interactive-dialogs.html#elements | 
**submit_label** | Option<**String**> | Label on the submit button | [optional]
**notify_on_cancel** | Option<**bool**> | Set true to receive payloads when user cancels a dialog | [optional]
**state** | Option<**String**> | Set some state to be echoed back with the dialog submission | [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)