Function repo_create_branch_protection

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