Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 851 Bytes

CampaignStateChangedNotification.md

File metadata and controls

14 lines (10 loc) · 851 Bytes

CampaignStateChangedNotification

A notification regarding a campaign whose state changed.

Properties

Name Type Description Notes
campaign Campaign
old_state str The campaign's old state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'archived']
new_state str The campaign's new state. Can be one of the following: ['running', 'disabled', 'scheduled', 'expired', 'archived']
ruleset Ruleset [optional]

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