Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.03 KB

Branchrestriction.md

File metadata and controls

16 lines (12 loc) · 1.03 KB

Branchrestriction

Properties

Name Type Description Notes
Type_ string [default to null]
Links *VersionLinks [optional] [default to null]
Id int32 The branch restriction status' id. [optional] [default to null]
Kind string The type of restriction that is being applied [optional] [default to null]
Users []Account [optional] [default to null]
Groups []Group [optional] [default to null]
Value int32 Value with kind-specific semantics: "require_approvals_to_merge" uses it to require a minimum number of approvals on a PR; "require_passing_builds_to_merge" uses it to require a minimum number of passing builds. [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]