Record
create-webhook-params
No description available.
record create-webhook-params {
owner: string,
repo: string,
active: option<bool>,
config: option<create-webhook-body-config>,
events: option<list<string>>,
name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| active | option<bool> | |
| config | option<create-webhook-body-config> | |
| events | option<list<string>> | |
| name | option<string> |