# Plaid::UserPermissionRevokedWebhook ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **webhook_type** | **String** | `ITEM` | | | **webhook_code** | **String** | `USER_PERMISSION_REVOKED` | | | **item_id** | **String** | The `item_id` of the Item associated with this webhook, warning, or error | | | **error** | [**Error**](Error.md) | | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::UserPermissionRevokedWebhook.new( webhook_type: null, webhook_code: null, item_id: null, error: null ) ```