View Source GitHub.ProtectedBranch.PullRequestReview (GitHub REST API Client v0.0.11)
Provides struct and type for ProtectedBranchPullRequestReview
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.ProtectedBranch.PullRequestReview{ __info__: map(), bypass_pull_request_allowances: map() | nil, dismiss_stale_reviews: boolean(), dismissal_restrictions: map() | nil, require_code_owner_reviews: boolean(), require_last_push_approval: boolean() | nil, required_approving_review_count: integer() | nil, url: String.t() | nil }