Sha256: fb919533635558461916e71d0b6014b9c07f6aab76fc9a48913cf7a00361b6a3

Contents?: true

Size: 1.51 KB

Versions: 3

Compression:

Stored size: 1.51 KB

Contents

# TalonOne::CampaignEvaluationGroup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**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. | 
**id** | **Integer** | 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. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignEvaluationGroup.new(application_id: 322,
                                 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,
                                 id: 6)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CampaignEvaluationGroup.md
talon_one-6.0.0 docs/CampaignEvaluationGroup.md
talon_one-5.0.0 docs/CampaignEvaluationGroup.md