# ChannelWithTeamData
## Properties
**id** | Option<**String**> | | [optional]
**create_at** | Option<**i64**> | The time in milliseconds a channel was created | [optional]
**update_at** | Option<**i64**> | The time in milliseconds a channel was last updated | [optional]
**delete_at** | Option<**i64**> | The time in milliseconds a channel was deleted | [optional]
**team_id** | Option<**String**> | | [optional]
**r#type** | Option<**String**> | | [optional]
**display_name** | Option<**String**> | | [optional]
**name** | Option<**String**> | | [optional]
**header** | Option<**String**> | | [optional]
**purpose** | Option<**String**> | | [optional]
**last_post_at** | Option<**i32**> | The time in milliseconds of the last post of a channel | [optional]
**total_msg_count** | Option<**i32**> | | [optional]
**extra_update_at** | Option<**i64**> | Deprecated in Mattermost 5.0 release | [optional]
**creator_id** | Option<**String**> | | [optional]
**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)