pub type RepositoryVulnerabilityAlertCreateEventAlert<'a> = RepositoryVulnerabilityAlertAlert<'a>;
struct RepositoryVulnerabilityAlertCreateEventAlert<'a> {Show 17 fields
pub id: usize,
pub number: usize,
pub node_id: &'a str,
pub state: CodeScanningAlertAppearedInBranchEventAlertState,
pub affected_range: &'a str,
pub affected_package_name: &'a str,
pub dismisser: Option<User<'a>>,
pub dismiss_reason: Option<&'a str>,
pub dismissed_at: Option<&'a str>,
pub severity: &'a str,
pub ghsa_id: &'a str,
pub external_reference: &'a str,
pub external_identifier: &'a str,
pub fixed_in: Option<&'a str>,
pub fixed_at: Option<&'a str>,
pub fix_reason: Option<&'a str>,
pub created_at: &'a str,
}