Sha256: 10294d614ab6ef53c86bbadc01ee0a304b5d8f3f402c46c54827b8205a2e87c9

Contents?: true

Size: 810 Bytes

Versions: 3

Compression:

Stored size: 810 Bytes

Contents

# TalonOne::CampaignSet

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**id** | **Integer** | Internal ID of this entity. | 
**version** | **Integer** | Version of the campaign set. | 
**set** | [**CampaignSetBranchNode**](CampaignSetBranchNode.md) |  | 
**updated_by** | **String** | Name of the user who last updated this campaign set, if available. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignSet.new(application_id: 322,
                                 id: 6,
                                 version: 3,
                                 set: null,
                                 updated_by: Jane Doe)
```


Version data entries

3 entries across 3 versions & 1 rubygems

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