Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.01 KB

File metadata and controls

18 lines (11 loc) · 1.01 KB

CampaignRulesetChangedNotificationItem

A notification regarding a campaign whose ruleset was changed.

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 Campaign
oldRuleset Ruleset [optional]
oldPlaceholders List<PlaceholderDetails> The previous details of the placeholders before the ruleset was changed. [optional]
ruleset Ruleset [optional]
placeholders List<PlaceholderDetails> The current details of the placeholders in the campaign. [optional]