Sha256: 529fdc101c7b456dba023793e2d7968afad0fb383a9392e626cdc6866f8acf2a
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 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. | **set** | [**CampaignSetBranchNode**](CampaignSetBranchNode.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignSet.new(id: null, created: null, application_id: null, set: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.0.0 | docs/CampaignSet.md |