Sha256: dc7823d3e29cdb37b741c66b35e74ed1281c189ab470486ad16953ed1dccc837
Contents?: true
Size: 918 Bytes
Versions: 3
Compression:
Stored size: 918 Bytes
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. | ## 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: content-type: application/json) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/BaseNotificationWebhook.md |
talon_one-3.0.1 | docs/BaseNotificationWebhook.md |
talon_one-3.0.0 | docs/BaseNotificationWebhook.md |