hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# FailedWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The webhook ID, as sent in the `X-Atlassian-Webhook-Identifier` header with the webhook. | 
**body** | Option<**String**> | The webhook body. | [optional]
**url** | **String** | The original webhook destination. | 
**failure_time** | **i64** | The time the webhook was added to the list of failed webhooks (that is, the time of the last failed retry). | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)