Name | Type | Description | Notes |
---|---|---|---|
name | String | Notification name. | |
triggers | Array<ExpiringCouponsNotificationTrigger> | ||
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::ExpiringCouponsNotificationPolicy.new(name: Notification to Google,
triggers: null,
batching_enabled: true,
batch_size: 1000)