Sha256: d936dd40e48d5284a2387bdb891efc60d39ceafd97b5c6227ecd83e7b6095cc9

Contents?: true

Size: 659 Bytes

Versions: 3

Compression:

Stored size: 659 Bytes

Contents

# TalonOne::CampaignEvaluationPosition

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**group_id** | **Integer** | The ID of the campaign evaluation group the campaign belongs to. | 
**group_name** | **String** | The name of the campaign evaluation group the campaign belongs to. | 
**position** | **Integer** | The position of the campaign node in its parent group. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignEvaluationPosition.new(group_id: 2,
                                 group_name: Summer campaigns,
                                 position: 2)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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