View Source GitHub.ProtectedBranch.RequiredPullRequestReviewsDismissalRestrictions (GitHub REST API Client v0.3.1)
Provides struct and type for a ProtectedBranch.RequiredPullRequestReviewsDismissalRestrictions
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.ProtectedBranch.RequiredPullRequestReviewsDismissalRestrictions{ __info__: map(), apps: [GitHub.App.t()] | nil, teams: [GitHub.Team.t()], teams_url: String.t(), url: String.t(), users: [GitHub.User.simple()], users_url: String.t() }