// 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 ClientApiToken {
/// The ID of the organization to scope the Client API token to.
pub organization_id: String,
/// The ID of the user to issue the Client API token for.
pub user_id: String,
}