// This file is auto-generated by oagen. Do not edit.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
/// The event payload.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ResourceExportCompletedData {
/// The ID of the resource export.
pub id: String,
/// The type of resource being exported.
pub resource_type: ResourceExportCompletedDataResourceType,
}