Sha256: 68cdc9ff8d0e1e742df073fdfa8d54daf8bea6b3028297a217dbef89a497c355

Contents?: true

Size: 677 Bytes

Versions: 3

Compression:

Stored size: 677 Bytes

Contents

# TalonOne::NewNotificationWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | **String** | API URL for the given webhook-based notification. | 
**headers** | **Array<String>** | List of API HTTP headers for the given webhook-based notification. | 
**enabled** | **Boolean** | Indicates whether the notification is activated. | [optional] [default to true]

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewNotificationWebhook.new(url: www.my-company.com/my-endpoint-name,
                                 headers: null,
                                 enabled: true)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewNotificationWebhook.md
talon_one-6.0.0 docs/NewNotificationWebhook.md
talon_one-5.0.0 docs/NewNotificationWebhook.md