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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The id of the client application | 
**name** | **String** | The name of the client application | 
**description** | **String** | A short description of the application | 
**icon_url** | Option<**String**> | A URL to an icon to display with the application | [optional]
**callback_urls** | **Vec<String>** | A list of callback URLs for the appliation | 
**homepage** | **String** | A link to the website of the application | 
**is_trusted** | Option<**bool**> | Set this to `true` to skip asking users for permission. It will be set to false if value is not provided. | [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)