Sha256: 10f4dc913b1184e7301768e49698fef1eae1a969c72a05e514e90f46ddc7625c
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
# TalonOne::NotificationWebhook ## 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. | **application_id** | **Integer** | The ID of the application that owns this entity. | **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::NotificationWebhook.new(id: 6, created: 2020-06-10T09:05:27.993483Z, modified: 2021-09-12T10:12:42Z, application_id: 322, url: www.my-company.com/my-endpoint-name, headers: content-type: application/json) ```
Version data entries
6 entries across 6 versions & 1 rubygems