Sha256: b49e5c0a7071df5b3f3bf735149de9a0dc2f4ea4d006f7a4859ba6cf6f7b899c
Contents?: true
Size: 871 Bytes
Versions: 3
Compression:
Stored size: 871 Bytes
Contents
# TalonOne::NewCampaignGroup ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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::NewCampaignGroup.new(name: null, description: My campaign group., 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-3.0.2 | docs/NewCampaignGroup.md |
talon_one-3.0.1 | docs/NewCampaignGroup.md |
talon_one-3.0.0 | docs/NewCampaignGroup.md |