Sha256: c9fbb97955e23e411ccfe48bb77cbf600940457765954c0f06f79af5c8b39eab
Contents?: true
Size: 1.92 KB
Versions: 3
Compression:
Stored size: 1.92 KB
Contents
# TalonOne::UpdateCampaign ## 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**](.md) | Arbitrary properties associated with this campaign | [optional] **state** | **String** | A disabled or archived campaign is not evaluated for rules or coupons. | [optional] [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 | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::UpdateCampaign.new(name: null, description: null, start_time: null, end_time: null, attributes: null, state: null, active_ruleset_id: null, tags: null, features: null, coupon_settings: null, referral_settings: null, limits: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.1.1 | docs/UpdateCampaign.md |
talon_one-2.1.0 | docs/UpdateCampaign.md |
talon_one-2.0.0 | docs/UpdateCampaign.md |