Sha256: 3ff5aa27602bf799817ad5346f7f521ae706bc78213992242d8c79e842b24ac7
Contents?: true
Size: 509 Bytes
Versions: 3
Compression:
Stored size: 509 Bytes
Contents
# 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] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TierDowngradeNotificationPolicy.new(name: Christmas Sale, batching_enabled: false) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/TierDowngradeNotificationPolicy.md |
talon_one-6.0.0 | docs/TierDowngradeNotificationPolicy.md |
talon_one-5.0.0 | docs/TierDowngradeNotificationPolicy.md |