pub async fn repo_create_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateBranchProtectionOption>,
) -> Result<BranchProtection, Error<RepoCreateBranchProtectionError>>
pub async fn repo_create_branch_protection(
configuration: &Configuration,
owner: &str,
repo: &str,
body: Option<CreateBranchProtectionOption>,
) -> Result<BranchProtection, Error<RepoCreateBranchProtectionError>>