Sha256: 39e2f5d985ba69e1196e552683efb02dd836bdf6f766a06a43f966b5e4646f5e

Contents?: true

Size: 668 Bytes

Versions: 3

Compression:

Stored size: 668 Bytes

Contents

# TalonOne::ExpiringPointsNotificationPolicy

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Notification name. | 
**triggers** | [**Array<ExpiringPointsNotificationTrigger>**](ExpiringPointsNotificationTrigger.md) |  | 
**batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true]

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ExpiringPointsNotificationPolicy.new(name: Notification to Google,
                                 triggers: null,
                                 batching_enabled: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/ExpiringPointsNotificationPolicy.md
talon_one-6.0.0 docs/ExpiringPointsNotificationPolicy.md
talon_one-5.0.0 docs/ExpiringPointsNotificationPolicy.md