Sha256: 7a07138e7c2d41512bc5fd13f154f032618121505d4aa4d0a08995ddbefb4c0d
Contents?: true
Size: 692 Bytes
Versions: 3
Compression:
Stored size: 692 Bytes
Contents
# TalonOne::TierWillDowngradeNotificationPolicy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The name of the notification. | **batching_enabled** | **Boolean** | Indicates whether batching is activated. | [optional] [default to true] **triggers** | [**Array<TierWillDowngradeNotificationTrigger>**](TierWillDowngradeNotificationTrigger.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::TierWillDowngradeNotificationPolicy.new(name: Notification to Google, batching_enabled: false, triggers: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/TierWillDowngradeNotificationPolicy.md |
talon_one-6.0.0 | docs/TierWillDowngradeNotificationPolicy.md |
talon_one-5.0.0 | docs/TierWillDowngradeNotificationPolicy.md |