Sha256: 177e463245c088476d30c45f9d5cef0d4bd502d290098b374a3df39c302ae8f6
Contents?: true
Size: 635 Bytes
Versions: 6
Compression:
Stored size: 635 Bytes
Contents
# TalonOne::CampaignPrioritiesChangedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **application_id** | **Integer** | The ID of the Application whose campaigns' priorities changed. | **old_priorities** | [**CampaignSet**](CampaignSet.md) | | [optional] **priorities** | [**CampaignSet**](CampaignSet.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignPrioritiesChangedNotification.new(application_id: 78, old_priorities: null, priorities: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems