Sha256: 566792d1eff2d0a88ed3dfe3b46e0e0b9dec6679a1c3e6d06b9260a2346f62cf

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 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<String>** | 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** | Datetime when the campaign will become active. | [optional] 
**end_time** | **DateTime** | Datetime when the campaign will become in-active. | [optional] 
**tags** | **Array<String>** | A list of tags for the campaign. | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignCopy.new(name: null,
                                 application_ids: null,
                                 description: null,
                                 start_time: null,
                                 end_time: null,
                                 tags: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-2.1.1 docs/CampaignCopy.md
talon_one-2.1.0 docs/CampaignCopy.md
talon_one-2.0.0 docs/CampaignCopy.md