// 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 ConnectionActivatedDataDomain {
/// Distinguishes the connection domain object.
pub object: String,
/// Unique identifier of the connection domain.
pub id: String,
/// The domain value.
pub domain: String,
}