Type Alias github_webhook::payload_types::AlertInstanceState
source · pub type AlertInstanceState = CodeScanningAlertAppearedInBranchEventAlertState;
Aliased Type§
enum AlertInstanceState {
Dismissed,
Fixed,
Open,
}