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