Record
webhook-subscription
No description available.
record webhook-subscription {
type-op: string,
active: option<bool>,
created-at: option<string>,
description: option<string>,
events: option<list<webhook-subscription-events-item-enum>>,
subject: option<object>,
subject-type: option<webhook-subscription-subject-type-enum>,
url: option<string>,
uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| type-op | string | |
| active | option<bool> | |
| created-at | option<string> | |
| description | option<string> | |
| events | option<list<webhook-subscription-events-item-enum>> | |
| subject | option<object> | |
| subject-type | option<webhook-subscription-subject-type-enum> | |
| url | option<string> | |
| uuid | option<string> |