Sha256: 2b36db97b6cab9a971b7564e2d9818ca46f53403305e582ee5ceda83ea0a7f0d

Contents?: true

Size: 851 Bytes

Versions: 4

Compression:

Stored size: 851 Bytes

Contents

# TalonOne::UpdateCampaignGroup

## 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::UpdateCampaignGroup.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/UpdateCampaignGroup.md
talon_one-2.4.0 docs/UpdateCampaignGroup.md
talon_one-2.3.0 docs/UpdateCampaignGroup.md
talon_one-2.2.0 docs/UpdateCampaignGroup.md