Sha256: d60723a6e2fb48e52f03cbf865d7b28faf255a0fcb3623db6366cdaa2fb71026

Contents?: true

Size: 596 Bytes

Versions: 6

Compression:

Stored size: 596 Bytes

Contents

# TalonOne::EvaluableCampaignIds

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**evaluable_campaign_ids** | **Array<Integer>** | When using the `dry` query parameter, use this property to list the campaign to be evaluated by the Rule Engine.  These campaigns will be evaluated, even if they are disabled, allowing you to test specific campaigns before activating them.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::EvaluableCampaignIds.new(evaluable_campaign_ids: [10, 12])
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/EvaluableCampaignIds.md
talon_one-6.0.0 docs/EvaluableCampaignIds.md
talon_one-5.0.0 docs/EvaluableCampaignIds.md
talon_one-3.0.2 docs/EvaluableCampaignIds.md
talon_one-3.0.1 docs/EvaluableCampaignIds.md
talon_one-3.0.0 docs/EvaluableCampaignIds.md