openapi-github 0.1.0

OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ProtectedBranchPullRequestReview

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**url** | Option<**String**> |  | [optional]
**dismissal_restrictions** | Option<[**models::ProtectedBranchPullRequestReviewDismissalRestrictions**]protected_branch_pull_request_review_dismissal_restrictions.md> |  | [optional]
**bypass_pull_request_allowances** | Option<[**models::ProtectedBranchPullRequestReviewBypassPullRequestAllowances**]protected_branch_pull_request_review_bypass_pull_request_allowances.md> |  | [optional]
**dismiss_stale_reviews** | **bool** |  | 
**require_code_owner_reviews** | **bool** |  | 
**required_approving_review_count** | Option<**i32**> |  | [optional]
**require_last_push_approval** | Option<**bool**> | Whether the most recent push must be approved by someone other than the person who pushed it. | [optional][default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)