Sha256: 5324019f422df7a4117486b44181f82800db234bac6521af13c1ffad70ebe010

Contents?: true

Size: 845 Bytes

Versions: 4

Compression:

Stored size: 845 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: null,
                                 subscribed_applications_ids: null,
                                 campaign_ids: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/NewCampaignGroup.md
talon_one-2.4.0 docs/NewCampaignGroup.md
talon_one-2.3.0 docs/NewCampaignGroup.md
talon_one-2.2.0 docs/NewCampaignGroup.md