Sha256: 444f6aedcbf7cc19160e3b72a4cd686921649e52a8523ef27f2341260b4dc63b
Contents?: true
Size: 539 Bytes
Versions: 3
Compression:
Stored size: 539 Bytes
Contents
# TalonOne::CampaignCreatedNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaign** | [**Campaign**](Campaign.md) | | **ruleset** | [**Ruleset**](Ruleset.md) | | [optional] **priority** | [**PriorityPosition**](PriorityPosition.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignCreatedNotification.new(campaign: null, ruleset: null, priority: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/CampaignCreatedNotification.md |
talon_one-3.0.1 | docs/CampaignCreatedNotification.md |
talon_one-3.0.0 | docs/CampaignCreatedNotification.md |