Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 619 Bytes

NewBaseNotification.md

File metadata and controls

21 lines (14 loc) · 619 Bytes

TalonOne::NewBaseNotification

Properties

Name Type Description Notes
policy Object Indicates which notification properties to apply.
enabled Boolean Indicates whether the notification is activated. [optional] [default to true]
webhook NewNotificationWebhook

Code Sample

require 'TalonOne'

instance = TalonOne::NewBaseNotification.new(policy: null,
                                 enabled: null,
                                 webhook: null)