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