Sha256: b6f0a78cffbdeb9f394b9a4f3ac359d9fe1315043339a048ad65982d1bb252fa

Contents?: true

Size: 1.36 KB

Versions: 3

Compression:

Stored size: 1.36 KB

Contents

# TalonOne::CampaignCopy

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name of the copied campaign (Defaults to \"Copy of original campaign name\"). | [optional] 
**application_ids** | **Array<Integer>** | Application IDs of the applications to which a campaign should be copied to. | 
**description** | **String** | A detailed description of the campaign. | [optional] 
**start_time** | **DateTime** | Timestamp when the campaign will become active. | [optional] 
**end_time** | **DateTime** | Timestamp when the campaign will become inactive. | [optional] 
**tags** | **Array<String>** | A list of tags for the campaign. | [optional] 
**evaluation_group_id** | **Integer** | The ID of the campaign evaluation group the campaign belongs to. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignCopy.new(name: Copy of Summer promotions,
                                 application_ids: [1, 2, 3],
                                 description: Campaign for all summer 2021 promotions,
                                 start_time: 2021-06-01T09:00:27.993483Z,
                                 end_time: 2021-09-10T01:00:00.993483Z,
                                 tags: [Summer, Shoes],
                                 evaluation_group_id: 2)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CampaignCopy.md
talon_one-6.0.0 docs/CampaignCopy.md
talon_one-5.0.0 docs/CampaignCopy.md