Sha256: 20f32b5be3b4c148ae3e93da3a11fb00c29d80b1afb3e726e1a130446c63a55b

Contents?: true

Size: 960 Bytes

Versions: 4

Compression:

Stored size: 960 Bytes

Contents

# TalonOne::CampaignStateChangedNotification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign** | [**Campaign**](Campaign.md) |  | 
**old_state** | **String** | The campaign's old state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'draft', 'archived']  | 
**new_state** | **String** | The campaign's new state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'draft', 'archived']  | 
**ruleset** | [**Ruleset**](Ruleset.md) |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignStateChangedNotification.new(campaign: null,
                                 old_state: disabled,
                                 new_state: running,
                                 ruleset: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-5.0.0 docs/CampaignStateChangedNotification.md
talon_one-3.0.2 docs/CampaignStateChangedNotification.md
talon_one-3.0.1 docs/CampaignStateChangedNotification.md
talon_one-3.0.0 docs/CampaignStateChangedNotification.md