Sha256: e8342265b97b8bb50b9e553b4ca495a79e9da6f8a011dfe16533e62cb6c47865

Contents?: true

Size: 503 Bytes

Versions: 3

Compression:

Stored size: 503 Bytes

Contents

# TalonOne::BaseNotification

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**policy** | [**Object**](.md) |  | 
**webhook** | [**BaseNotificationWebhook**](BaseNotificationWebhook.md) |  | 
**id** | **Integer** | Unique ID for this entity. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::BaseNotification.new(policy: null,
                                 webhook: null,
                                 id: 6)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-3.0.2 docs/BaseNotification.md
talon_one-3.0.1 docs/BaseNotification.md
talon_one-3.0.0 docs/BaseNotification.md