Sha256: 9d3c4b4d5f17a00e0b0e4d0eb52728b77b651f80c16d6cc6834c0b7ff78318b6

Contents?: true

Size: 816 Bytes

Versions: 1

Compression:

Stored size: 816 Bytes

Contents

# TalonOne::BulkOperationOnCampaigns

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**operation** | **String** | The operation to perform on the specified campaign IDs.  | 
**campaign_ids** | **Array<Integer>** | The list of campaign IDs on which the operation will be performed. | 
**activate_at** | **DateTime** | Timestamp when the revisions are finalized after the `activate_revision` operation. The current time is used when left blank.  **Note:** It must be an RFC3339 timestamp string.  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::BulkOperationOnCampaigns.new(operation: null,
                                 campaign_ids: [1, 2, 3],
                                 activate_at: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/BulkOperationOnCampaigns.md