Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 724 Bytes

TierDowngradeNotificationPolicy.md

File metadata and controls

21 lines (14 loc) · 724 Bytes

TalonOne::TierDowngradeNotificationPolicy

Properties

Name Type Description Notes
name String The name of the notification.
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::TierDowngradeNotificationPolicy.new(name: Christmas Sale,
                                 batching_enabled: false,
                                 batch_size: 1000)