Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.35 KB

NewRevisionVersion.md

File metadata and controls

19 lines (16 loc) · 1.35 KB

TalonOne.Model.NewRevisionVersion

Properties

Name Type Description Notes
Name string A user-facing name for this campaign. [optional]
StartTime DateTime? Timestamp when the campaign will become active. [optional]
EndTime DateTime? Timestamp when the campaign will become inactive. [optional]
Attributes Object Arbitrary properties associated with this campaign. [optional]
Description string A detailed description of the campaign. [optional]
ActiveRulesetId int? The ID of the ruleset this campaign template will use. [optional]
Tags List<string> A list of tags for the campaign template. [optional]
CouponSettings CodeGeneratorSettings [optional]
ReferralSettings CodeGeneratorSettings [optional]
Limits List<LimitConfig> The set of limits that will operate for this campaign version. [optional]
Features List<string> A list of features for the campaign template. [optional]

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