Sha256: 87e04350f1f04a0ed118e1e7d02a180aef09364897e0aab4c14c34f946e9a2ac

Contents?: true

Size: 1.64 KB

Versions: 6

Compression:

Stored size: 1.64 KB

Contents

# TalonOne::Webhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | Unique ID for this entity. | 
**created** | **DateTime** | The exact moment this entity was created. | 
**modified** | **DateTime** | The exact moment this entity was last modified. | 
**application_ids** | **Array<Integer>** | The IDs of the applications that are related to this entity. The IDs of the applications that are related to this entity. | 
**title** | **String** | Friendly title for this webhook | 
**verb** | **String** | API method for this webhook | 
**url** | **String** | API url (supports templating using parameters) for this webhook | 
**headers** | **Array<String>** | List of API HTTP headers for this webhook | 
**payload** | **String** | API payload (supports templating using parameters) for this webhook | [optional] 
**params** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | Array of template argument definitions | 
**enabled** | **Boolean** | Enables or disables webhook from showing in rule builder | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::Webhook.new(id: null,
                                 created: null,
                                 modified: null,
                                 application_ids: null,
                                 title: null,
                                 verb: null,
                                 url: null,
                                 headers: null,
                                 payload: null,
                                 params: null,
                                 enabled: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/Webhook.md
talon_one-2.3.0 docs/Webhook.md
talon_one-2.2.0 docs/Webhook.md
talon_one-2.1.1 docs/Webhook.md
talon_one-2.1.0 docs/Webhook.md
talon_one-2.0.0 docs/Webhook.md