# IncomingWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | Option<**String**> | The unique identifier for this incoming webhook | [optional] **create_at** | Option<**i64**> | The time in milliseconds a incoming webhook was created | [optional] **update_at** | Option<**i64**> | The time in milliseconds a incoming webhook was last updated | [optional] **delete_at** | Option<**i64**> | The time in milliseconds a incoming webhook was deleted | [optional] **channel_id** | Option<**String**> | The ID of a public channel or private group that receives the webhook payloads | [optional] **description** | Option<**String**> | The description for this incoming webhook | [optional] **display_name** | Option<**String**> | The display name for this incoming webhook | [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)