Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.71 KB

RevisionVersion.md

File metadata and controls

27 lines (24 loc) · 1.71 KB

TalonOne.Model.RevisionVersion

Properties

Name Type Description Notes
Id int Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints.
AccountId int
ApplicationId int
CampaignId int
Created DateTime
CreatedBy int
RevisionId int
Version int
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]