# Webhook
## Properties
**id** | [**uuid::Uuid**](uuid::Uuid.md) | WebhookUUID |
**bot_user_id** | [**uuid::Uuid**](uuid::Uuid.md) | WebhookユーザーUUID |
**display_name** | **String** | Webhookユーザー表示名 |
**description** | **String** | 説明 |
**secure** | **bool** | セキュアWebhookかどうか |
**channel_id** | [**uuid::Uuid**](uuid::Uuid.md) | デフォルトの投稿先チャンネルUUID |
**owner_id** | [**uuid::Uuid**](uuid::Uuid.md) | オーナーUUID |
**created_at** | **String** | 作成日時 |
**updated_at** | **String** | 更新日時 |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)