Sha256: c76ab960bfb3bd3d4bc62eb7fe84330e0ca78ade6bb5c52a19af6b87b52c4a87

Contents?: true

Size: 529 Bytes

Versions: 6

Compression:

Stored size: 529 Bytes

Contents

# TalonOne::CampaignEditedNotification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign** | [**Campaign**](Campaign.md) |  | 
**old_campaign** | [**Campaign**](Campaign.md) |  | 
**ruleset** | [**Ruleset**](Ruleset.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignEditedNotification.new(campaign: null,
                                 old_campaign: null,
                                 ruleset: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CampaignEditedNotification.md
talon_one-6.0.0 docs/CampaignEditedNotification.md
talon_one-5.0.0 docs/CampaignEditedNotification.md
talon_one-3.0.2 docs/CampaignEditedNotification.md
talon_one-3.0.1 docs/CampaignEditedNotification.md
talon_one-3.0.0 docs/CampaignEditedNotification.md