# TalonOne::BulkApplicationNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total_result_size** | **Integer** | | **data** | [**Array<ApplicationNotification>**](ApplicationNotification.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::BulkApplicationNotification.new(total_result_size: null, data: null) ```