# TalonOne::BaseNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **policy** | [**Object**](.md) | | **webhook** | [**BaseNotificationWebhook**](BaseNotificationWebhook.md) | | **id** | **Integer** | Unique ID for this entity. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::BaseNotification.new(policy: null, webhook: null, id: 6) ```