Sha256: 6a4a72c9df58b52a01f67e548de0ea40b297c4847f22a847fa501aaf50e73f59

Contents?: true

Size: 455 Bytes

Versions: 6

Compression:

Stored size: 455 Bytes

Contents

# TalonOne::CampaignDeletedNotification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**campaign** | [**Campaign**](Campaign.md) |  | 
**deleted_at** | **DateTime** | Time when the campaign was deleted. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::CampaignDeletedNotification.new(campaign: null,
                                 deleted_at: 2022-11-10T23:00Z)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/CampaignDeletedNotification.md
talon_one-6.0.0 docs/CampaignDeletedNotification.md
talon_one-5.0.0 docs/CampaignDeletedNotification.md
talon_one-3.0.2 docs/CampaignDeletedNotification.md
talon_one-3.0.1 docs/CampaignDeletedNotification.md
talon_one-3.0.0 docs/CampaignDeletedNotification.md