// Code generated by oagen. DO NOT EDIT.
#[allow(unused_imports)]
use super::*;
#[allow(unused_imports)]
use crate::enums::*;
use serde::{Deserialize, Serialize};
/// Attributes that changed from their previous values.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct FlagUpdatedContextPreviousAttribute {
/// The previous data attributes of the flag.
#[serde(skip_serializing_if = "Option::is_none", default)]
pub data: Option<FlagUpdatedContextPreviousAttributeData>,
}