Sha256: 55e85a86e78c3c1727050bb126211323c521ff21eb4c0d3f8cde34fd6f057ac6
Contents?: true
Size: 1.18 KB
Versions: 3
Compression:
Stored size: 1.18 KB
Contents
# TalonOne::NewCampaignEvaluationGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the campaign evaluation group. | **parent_id** | **Integer** | The ID of the parent group that contains the campaign evaluation group. | **description** | **String** | A description of the campaign evaluation group. | [optional] **evaluation_mode** | **String** | The mode by which campaigns in the campaign evaluation group are evaluated. | **evaluation_scope** | **String** | The evaluation scope of the campaign evaluation group. | **locked** | **Boolean** | An indicator of whether the campaign evaluation group is locked for modification. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewCampaignEvaluationGroup.new(name: Summer campaigns, parent_id: 2, description: This campaign evaluation group contains all campaigns that are running in the summer., evaluation_mode: null, evaluation_scope: null, locked: false) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/NewCampaignEvaluationGroup.md |
talon_one-6.0.0 | docs/NewCampaignEvaluationGroup.md |
talon_one-5.0.0 | docs/NewCampaignEvaluationGroup.md |