pub async fn repo_delete_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<(), Error<RepoDeleteBranchProtectionError>>
pub async fn repo_delete_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<(), Error<RepoDeleteBranchProtectionError>>