// Code 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 CreateOrganizationDomain {
/// The domain to add to the organization.
pub domain: String,
/// The ID of the organization to add the domain to.
pub organization_id: String,
}