Sha256: f7d0d31076910acc860afd2b4fa3634c610636ce0ab1ee48420402b5d8e21a32

Contents?: true

Size: 619 Bytes

Versions: 2

Compression:

Stored size: 619 Bytes

Contents

# TalonOne::NewBaseNotification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**policy** | [**Object**](.md) | Indicates which notification properties to apply. | 
**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)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewBaseNotification.md
talon_one-6.0.0 docs/NewBaseNotification.md