# TalonOne::BaseNotifications ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**Array<BaseNotification>**](BaseNotification.md) | List of notifications. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::BaseNotifications.new(data: null) ```