Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.21 KB

File metadata and controls

16 lines (11 loc) · 1.21 KB

# CampaignRulesetChangedNotificationItem

Properties

Name Type Description Notes
event string The type of the event. Can be one of the following: ['campaign_state_changed', 'campaign_ruleset_changed', 'campaign_edited', 'campaign_created', 'campaign_deleted']
campaign \TalonOne\Client\Model\Campaign
oldRuleset \TalonOne\Client\Model\Ruleset [optional]
oldPlaceholders \TalonOne\Client\Model\PlaceholderDetails[] The previous details of the placeholders before the ruleset was changed. [optional]
ruleset \TalonOne\Client\Model\Ruleset [optional]
placeholders \TalonOne\Client\Model\PlaceholderDetails[] The current details of the placeholders in the campaign. [optional]

[Back to Model list] [Back to API list] [Back to README]