Sha256: 7519c620c4754477aaacb375c448448f5815a55854169727f3e154cfba1959a5

Contents?: true

Size: 1.19 KB

Versions: 3

Compression:

Stored size: 1.19 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] 

## 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])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/CampaignCopy.md
talon_one-3.0.1 docs/CampaignCopy.md
talon_one-3.0.0 docs/CampaignCopy.md