Name | Type | Description | Notes |
---|---|---|---|
name | String | Notification name. | |
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] |
require 'TalonOne'
instance = TalonOne::PendingPointsNotificationPolicy.new(name: Christmas Sale,
batching_enabled: false,
batch_size: 1000)