Sha256: b49d4e1f0c75dc08ea0b2be6c064e597a400abef072ca3a776f4f3fb08874503
Contents?: true
Size: 771 Bytes
Versions: 5
Compression:
Stored size: 771 Bytes
Contents
# TalonOne::CampaignSet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **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::CampaignSet.new(id: null, created: null, 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/CampaignSet.md |
talon_one-2.3.0 | docs/CampaignSet.md |
talon_one-2.2.0 | docs/CampaignSet.md |
talon_one-2.1.1 | docs/CampaignSet.md |
talon_one-2.1.0 | docs/CampaignSet.md |