Sha256: 1def37e0e591c6f45eed7c1b0895bb21ff9120dcf452b81786ead5343917a66a

Contents?: true

Size: 552 Bytes

Versions: 6

Compression:

Stored size: 552 Bytes

Contents

# TalonOne::CampaignRulesetChangedNotification

## Properties

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

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignRulesetChangedNotification.new(campaign: null,
                                 old_ruleset: null,
                                 ruleset: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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