Record
hook-delivery-item
No description available.
record hook-delivery-item {
action: string,
delivered-at: string,
duration: f64,
event: string,
guid: string,
id: s32,
installation-id: s32,
redelivery: bool,
repository-id: s32,
status: string,
status-code: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| action | string | |
| delivered-at | string | |
| duration | f64 | |
| event | string | |
| guid | string | |
| id | s32 | |
| installation-id | s32 | |
| redelivery | bool | |
| repository-id | s32 | |
| status | string | |
| status-code | s32 |