Sha256: c871025f48be0a3e141e6c8b8e426ac8e355646e3df00e066824d78f02b43c62
Contents?: true
Size: 1.02 KB
Versions: 3
Compression:
Stored size: 1.02 KB
Contents
# TalonOne::BaseNotificationWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Internal ID of this entity. | **created** | **DateTime** | The time this entity was created. | **modified** | **DateTime** | The time this entity was last modified. | **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::BaseNotificationWebhook.new(id: 6, created: 2020-06-10T09:05:27.993483Z, modified: 2021-09-12T10:12:42Z, 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/BaseNotificationWebhook.md |
talon_one-6.0.0 | docs/BaseNotificationWebhook.md |
talon_one-5.0.0 | docs/BaseNotificationWebhook.md |