# TalonOne::CampaignPrioritiesChangedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **application** | [**Application**](Application.md) | | **old_priorities** | **Hash<String, Array<Integer>>** | Campaign IDs for each priority. The priority can be one of: ['universal', 'stackable', 'exclusive'] | [optional] **priorities** | **Hash<String, Array<Integer>>** | Campaign IDs for each priority. The priority can be one of: ['universal', 'stackable', 'exclusive'] | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignPrioritiesChangedNotification.new(application: null, old_priorities: null, priorities: null) ```