Record
update-status-check-protection-params
No description available.
record update-status-check-protection-params {
owner: string,
repo: string,
branch: string,
checks: option<list<update-status-check-protection-body-checks-item>>,
contexts: option<list<string>>,
strict: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| branch | string | |
| checks | option<list<update-status-check-protection-body-checks-item>> | |
| contexts | option<list<string>> | |
| strict | option<bool> |