Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 662 Bytes

CampaignEvaluationTreeChangedNotification.md

File metadata and controls

21 lines (14 loc) · 662 Bytes

TalonOne::CampaignEvaluationTreeChangedNotification

Properties

Name Type Description Notes
application_id Integer The ID of the Application whose campaign evaluation tree changed.
old_evaluation_tree CampaignSet [optional]
evaluation_tree CampaignSet

Code Sample

require 'TalonOne'

instance = TalonOne::CampaignEvaluationTreeChangedNotification.new(application_id: 78,
                                 old_evaluation_tree: null,
                                 evaluation_tree: null)