Record
hook
No description available.
record hook {
active: bool,
config: hook-config,
created-at: string,
deliveries-url: option<string>,
events: list<string>,
id: s32,
last-response: hook-response,
name: string,
ping-url: string,
test-url: string,
type-op: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| active | bool | |
| config | hook-config | |
| created-at | string | |
| deliveries-url | option<string> | |
| events | list<string> | |
| id | s32 | |
| last-response | hook-response | |
| name | string | |
| ping-url | string | |
| test-url | string | |
| type-op | string | |
| updated-at | string | |
| url | string |