Sha256: e9f207a08aa6b602a29648b30238890f42b896fd7d5d5ac3ebd51c7b35ed9753
Contents?: true
Size: 947 Bytes
Versions: 3
Compression:
Stored size: 947 Bytes
Contents
# TalonOne::CampaignSet ## 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** | [**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(id: 6, created: 2020-06-10T09:05:27.993483Z, application_id: 322, version: 3, set: null, updated_by: Jane Doe) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/CampaignSet.md |
talon_one-3.0.1 | docs/CampaignSet.md |
talon_one-3.0.0 | docs/CampaignSet.md |