Function repo_edit_branch_protection

Source
pub async fn repo_edit_branch_protection(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    name: &str,
    body: Option<EditBranchProtectionOption>,
) -> Result<BranchProtection, Error<RepoEditBranchProtectionError>>