pub type CodeScanningAlertReopenedByUserEventAlertRuleSeverity = CodeScanningAlertAppearedInBranchEventAlertRuleSeverity;

Aliased Type§

enum CodeScanningAlertReopenedByUserEventAlertRuleSeverity {
    Error,
    None,
    Note,
    Warning,
}

Variants§

§

Error

§

None

§

Note

§

Warning