pub async fn repo_get_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<BranchProtection, Error<RepoGetBranchProtectionError>>
pub async fn repo_get_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
name: &str,
) -> Result<BranchProtection, Error<RepoGetBranchProtectionError>>