docs/NewBaseNotification.md in talon_one-3.0.2 vs docs/NewBaseNotification.md in talon_one-5.0.0
- old
+ new
@@ -3,17 +3,19 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**policy** | [**Object**](.md) | |
+**enabled** | **Boolean** | Indicates whether the notification is activated. | [optional] [default to true]
**webhook** | [**NewNotificationWebhook**](NewNotificationWebhook.md) | |
## Code Sample
```ruby
require 'TalonOne'
instance = TalonOne::NewBaseNotification.new(policy: null,
+ enabled: null,
webhook: null)
```