mattermost-rust-client 4.0.8

Rust client for Mattermost
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ChannelWithTeamDataAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**team_display_name** | Option<**String**> | The display name of the team to which this channel belongs. | [optional]
**team_name** | Option<**String**> | The name of the team to which this channel belongs. | [optional]
**team_update_at** | Option<**i32**> | The time at which the team to which this channel belongs was last updated. | [optional]
**policy_id** | Option<**String**> | The data retention policy to which this team has been assigned. If no such policy exists, or the caller does not have the `sysconsole_read_compliance_data_retention` permission, this field will be null. | [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)