Sha256: d947991c02293264b8eb8e335f4a4e05b77e1fde2249322b1835154908d7ccbb

Contents?: true

Size: 559 Bytes

Versions: 5

Compression:

Stored size: 559 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: null,
                                 version: null,
                                 set: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/NewCampaignSet.md
talon_one-2.3.0 docs/NewCampaignSet.md
talon_one-2.2.0 docs/NewCampaignSet.md
talon_one-2.1.1 docs/NewCampaignSet.md
talon_one-2.1.0 docs/NewCampaignSet.md