Sha256: 2182fb8bea84b9eeece6d86f87f3ceac347e69bb7d389bb737a57769c198f8b4
Contents?: true
Size: 1.05 KB
Versions: 26
Compression:
Stored size: 1.05 KB
Contents
# UltracartClient::WebhookLog ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **delivery_dts** | **String** | Date/time of delivery | [optional] **duration** | **Integer** | Number of milliseconds to process the notification | [optional] **request** | **String** | Request payload (first 100,000 characters) | [optional] **request_headers** | [**Array<HTTPHeader>**](HTTPHeader.md) | Request headers sent to the server | [optional] **request_id** | **String** | Request id is a unique string that you can look up in the logs | [optional] **response** | **String** | Response payload (first 100,000 characters) | [optional] **response_headers** | [**Array<HTTPHeader>**](HTTPHeader.md) | Response headers received from the server | [optional] **status_code** | **Integer** | HTTP status code received from the server | [optional] **success** | **BOOLEAN** | True if the delivery was successful | [optional] **uri** | **String** | URI of the webhook delivered to | [optional]
Version data entries
26 entries across 26 versions & 1 rubygems