Sha256: 4e4e702f274b10cf8bbaa52d40dedbdb624702eb29a49c68f6a0ff697cc9e70c
Contents?: true
Size: 926 Bytes
Versions: 2
Compression:
Stored size: 926 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', 'archived'] | **new_state** | **String** | The campaign's new state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignStateChangedNotification.md |
talon_one-6.0.0 | docs/CampaignStateChangedNotification.md |