Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

NewRevisionVersion.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

NewRevisionVersion

Properties

Name Type Description Notes
name str A user-facing name for this campaign. [optional]
start_time datetime Timestamp when the campaign will become active. [optional]
end_time datetime Timestamp when the campaign will become inactive. [optional]
attributes object Arbitrary properties associated with this campaign. [optional]
description str A detailed description of the campaign. [optional]
active_ruleset_id int The ID of the ruleset this campaign template will use. [optional]
tags list[str] A list of tags for the campaign template. [optional]
coupon_settings CodeGeneratorSettings [optional]
referral_settings CodeGeneratorSettings [optional]
limits list[LimitConfig] The set of limits that will operate for this campaign version. [optional]
features list[str] A list of features for the campaign template. [optional]

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