// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AuditLogEventIngestion {
/// The unique ID of the Organization.
pub organization_id: String,
/// The audit log event to create.
pub event: AuditLogEvent,
}