pub type CodeScanningAlertClosedByUserEventAlertDismissedReason = CodeScanningAlertAppearedInBranchEventAlertDismissedReason;

Aliased Type§

enum CodeScanningAlertClosedByUserEventAlertDismissedReason {
    FalsePositive,
    UsedInTests,
    WontFix,
}

Variants§

§

FalsePositive

§

UsedInTests

§

WontFix