// 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};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct ApiKeyUpdatedDataOwner {
/// The type of the API key owner.
#[serde(rename = "type", default, skip_serializing)]
pub type_: String,
/// The unique identifier of the API key owner.
pub id: String,
}