# SharedChannel
## Properties
**id** | Option<**String**> | Channel id of the shared channel | [optional]
**team_id** | Option<**String**> | | [optional]
**home** | Option<**bool**> | Is this the home cluster for the shared channel | [optional]
**readonly** | Option<**bool**> | Is this shared channel shared as read only | [optional]
**name** | Option<**String**> | Channel name as it is shared (may be different than original channel name) | [optional]
**display_name** | Option<**String**> | Channel display name as it appears locally | [optional]
**purpose** | Option<**String**> | | [optional]
**header** | Option<**String**> | | [optional]
**creator_id** | Option<**String**> | Id of the user that shared the channel | [optional]
**create_at** | Option<**i32**> | Time in milliseconds that the channel was shared | [optional]
**update_at** | Option<**i32**> | Time in milliseconds that the shared channel record was last updated | [optional]
**remote_id** | Option<**String**> | Id of the remote cluster where the shared channel is homed | [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)