Sha256: 571aee24895eaffa75488e603fc2da62c2a30ad933318bcbbb530df635c5dd92
Contents?: true
Size: 1.42 KB
Versions: 3
Compression:
Stored size: 1.42 KB
Contents
# TalonOne::CampaignGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **modified** | **DateTime** | The time this entity was last modified. | **account_id** | **Integer** | The ID of the account that owns this entity. | **name** | **String** | The name of the campaign access group. | **description** | **String** | A longer description of the campaign access group. | [optional] **subscribed_applications_ids** | **Array<Integer>** | A list of IDs of the Applications that this campaign access group is enabled for. | [optional] **campaign_ids** | **Array<Integer>** | A list of IDs of the campaigns that are part of the campaign access group. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignGroup.new(id: 6, created: 2020-06-10T09:05:27.993483Z, modified: 2021-09-12T10:12:42Z, account_id: 3886, name: Europe access group, description: A group that gives access to all the campaigns for the Europe market., subscribed_applications_ids: [1, 2, 3], campaign_ids: [4, 6, 8]) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignGroup.md |
talon_one-6.0.0 | docs/CampaignGroup.md |
talon_one-5.0.0 | docs/CampaignGroup.md |