We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae6723 commit ce0157cCopy full SHA for ce0157c
plenigo-client/plenigo/models/api_campaign_base_status.py
@@ -3,6 +3,7 @@
3
4
class ApiCampaignBaseStatus(str, Enum):
5
ACTIVE = "ACTIVE"
6
+ CANCELLED = "CANCELLED"
7
CREATING = "CREATING"
8
DELETED = "DELETED"
9
INACTIVE = "INACTIVE"
0 commit comments