// 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 user who completed the claim.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct AgentRegistrationClaimCompletedDataClaimedBy {
/// The ID of the user who completed the claim.
pub user_id: String,
/// The ID of the organization the claiming user belongs to.
pub organization_id: AgentRegistrationClaimCompletedDataClaimedByOrganizationIdOneOf,
}