Sha256: 41f648e37daae06aaca86c8feee7063bcc508759be97e0333a6960ce330ec59b
Contents?: true
Size: 488 Bytes
Versions: 2
Compression:
Stored size: 488 Bytes
Contents
# TalonOne::CampaignNotificationPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Notification name. | **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignNotificationPolicy.new(name: Christmas Sale, batching_enabled: false) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/CampaignNotificationPolicy.md |
talon_one-6.0.0 | docs/CampaignNotificationPolicy.md |