Sha256: 4c8678ec037a8bc416286a25ee404a2fbe81b61142d588938efec4da187b6904
Contents?: true
Size: 1.25 KB
Versions: 6
Compression:
Stored size: 1.25 KB
Contents
# TalonOne::NewCampaign ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | A friendly name for this campaign. | **description** | **String** | A detailed description of the campaign. | [optional] **start_time** | **DateTime** | Datetime when the campaign will become active. | [optional] **end_time** | **DateTime** | Datetime when the campaign will become in-active. | [optional] **attributes** | **Object** | Arbitrary properties associated with this campaign | [optional] **state** | **String** | A disabled or archived campaign is not evaluated for rules or coupons. | [default to 'enabled'] **active_ruleset_id** | **Integer** | ID of Ruleset this campaign applies on customer session evaluation. | [optional] **tags** | **Array<String>** | A list of tags for the campaign. | **features** | **Array<String>** | A list of features for the campaign. | **coupon_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional] **referral_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional] **limits** | [**Array<LimitConfig>**](LimitConfig.md) | The set of limits that will operate for this campaign |
Version data entries
6 entries across 6 versions & 1 rubygems