Sha256: 03ddd4ecebdc816910d2755d9065c620a6d2c5c5eba20f20343311a7beaa90d0

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<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** | 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.4.0 docs/CampaignCopy.md
talon_one-2.3.0 docs/CampaignCopy.md
talon_one-2.2.0 docs/CampaignCopy.md