Record
branch-with-protection
No description available.
record branch-with-protection {
links: branch-with-protection-links,
commit: commit,
name: string,
pattern: option<string>,
protected: bool,
protection: branch-protection,
protection-url: string,
required-approving-review-count: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| links | branch-with-protection-links | |
| commit | commit | |
| name | string | |
| pattern | option<string> | |
| protected | bool | |
| protection | branch-protection | |
| protection-url | string | |
| required-approving-review-count | option<s32> |