Sha256: f118801876e62e9a8e5e1c43af175be9a035090f704f35a16156760785d9ce21

Contents?: true

Size: 556 Bytes

Versions: 6

Compression:

Stored size: 556 Bytes

Contents

# TalonOne::NewCampaignSet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**version** | **Integer** | Version of the campaign set. | 
**set** | [**CampaignSetBranchNode**](CampaignSetBranchNode.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewCampaignSet.new(application_id: 322,
                                 version: 2,
                                 set: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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