pub type CodeScanningAlertFixedEventAlertRuleSeverity = CodeScanningAlertAppearedInBranchEventAlertRuleSeverity;

Aliased Type§

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

Variants§

§

Error

§

None

§

Note

§

Warning