Sha256: 33adf3c5b49600b95fcd8b3aa986650ad8321b5c1f0e670bff1569f3f34d5a6d
Contents?: true
Size: 662 Bytes
Versions: 3
Compression:
Stored size: 662 Bytes
Contents
# TalonOne::CampaignEvaluationTreeChangedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **application_id** | **Integer** | The ID of the Application whose campaign evaluation tree changed. | **old_evaluation_tree** | [**CampaignSet**](CampaignSet.md) | | [optional] **evaluation_tree** | [**CampaignSet**](CampaignSet.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignEvaluationTreeChangedNotification.new(application_id: 78, old_evaluation_tree: null, evaluation_tree: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems