Sha256: 8ac642f8ccb4a5833472f373ffee65c03f59d87dbd46b6b922f4369413e7b69d
Contents?: true
Size: 1.29 KB
Versions: 3
Compression:
Stored size: 1.29 KB
Contents
# TalonOne::CampaignGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique ID for this entity. | **created** | **DateTime** | The exact moment this entity was created. | **modified** | **DateTime** | The exact moment this entity was last modified. | **account_id** | **Integer** | The ID of the account that owns this entity. | **name** | **String** | The name of this campaign group. | **description** | **String** | A longer description of the campaign group. | [optional] **subscribed_applications_ids** | **Array<Integer>** | A list of the IDs of the applications that this campaign group is enabled for | [optional] **campaign_ids** | **Array<Integer>** | A list of the IDs of the campaigns that this campaign group owns | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignGroup.new(id: null, created: null, modified: null, account_id: null, name: null, description: null, subscribed_applications_ids: null, campaign_ids: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.4.0 | docs/CampaignGroup.md |
talon_one-2.3.0 | docs/CampaignGroup.md |
talon_one-2.2.0 | docs/CampaignGroup.md |