Sha256: df72243ea599cb8d38ef5a8a7d58669b91cac11bc6579c38b43e77542447fac1

Contents?: true

Size: 783 Bytes

Versions: 6

Compression:

Stored size: 783 Bytes

Contents

# TalonOne::CampaignSetV2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Internal ID of this entity. | 
**created** | **DateTime** | The time this entity was created. | 
**application_id** | **Integer** | The ID of the application that owns this entity. | 
**version** | **Integer** | Version of the campaign set. | 
**set** | [**CampaignPrioritiesV2**](CampaignPrioritiesV2.md) |  | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignSetV2.new(id: 6,
                                 created: 2020-06-10T09:05:27.993483Z,
                                 application_id: 322,
                                 version: 3,
                                 set: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

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