pub async fn repo_list_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<BranchProtection>, Error<RepoListBranchProtectionError>>
pub async fn repo_list_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<BranchProtection>, Error<RepoListBranchProtectionError>>