Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 883 Bytes

ExpiringPointsNotificationPolicy.md

File metadata and controls

23 lines (16 loc) · 883 Bytes

TalonOne::ExpiringPointsNotificationPolicy

Properties

Name Type Description Notes
name String Notification name.
triggers Array<ExpiringPointsNotificationTrigger>
batching_enabled Boolean Indicates whether batching is activated. [optional] [default to true]
batch_size Integer The required size of each batch of data. This value applies only when `batchingEnabled` is `true`. [optional]

Code Sample

require 'TalonOne'

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