# 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: null, subscribed_applications_ids: null, campaign_ids: null) ```