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 |
require 'TalonOne'
instance = TalonOne::NewBaseNotification.new(policy: null,
enabled: null,
webhook: null)