Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 692 Bytes

TierWillDowngradeNotificationPolicy.md

File metadata and controls

21 lines (14 loc) · 692 Bytes

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>

Code Sample

require 'TalonOne'

instance = TalonOne::TierWillDowngradeNotificationPolicy.new(name: Notification to Google,
                                 batching_enabled: false,
                                 triggers: null)