Type Alias github_webhook::payload_types::CodeScanningAlertClosedByUserEventAlertDismissedReason
source · pub type CodeScanningAlertClosedByUserEventAlertDismissedReason = CodeScanningAlertAppearedInBranchEventAlertDismissedReason;
Aliased Type§
enum CodeScanningAlertClosedByUserEventAlertDismissedReason {
FalsePositive,
UsedInTests,
WontFix,
}