# TalonOne::BaseNotificationEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **policy** | [**Object**](.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::BaseNotificationEntity.new(policy: null) ```