Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::dora::ICTNotification Struct Reference

ICT notification record. More...

#include <compliance_types.hpp>

Public Attributes

std::string notification_id
 Unique notification identifier.
 
NotificationLevel level = NotificationLevel::INFO
 
int64_t timestamp_ns = 0
 Notification timestamp.
 
std::string subject
 Notification subject.
 
std::string message
 Notification body.
 
std::string recipients
 Comma-separated recipient list.
 
bool acknowledged = false
 Whether the notification was acknowledged.
 

Detailed Description

ICT notification record.

Definition at line 778 of file compliance_types.hpp.

Member Data Documentation

◆ acknowledged

bool signet::forge::dora::ICTNotification::acknowledged = false

Whether the notification was acknowledged.

Definition at line 785 of file compliance_types.hpp.

◆ level

NotificationLevel signet::forge::dora::ICTNotification::level = NotificationLevel::INFO

Definition at line 780 of file compliance_types.hpp.

◆ message

std::string signet::forge::dora::ICTNotification::message

Notification body.

Definition at line 783 of file compliance_types.hpp.

◆ notification_id

std::string signet::forge::dora::ICTNotification::notification_id

Unique notification identifier.

Definition at line 779 of file compliance_types.hpp.

◆ recipients

std::string signet::forge::dora::ICTNotification::recipients

Comma-separated recipient list.

Definition at line 784 of file compliance_types.hpp.

◆ subject

std::string signet::forge::dora::ICTNotification::subject

Notification subject.

Definition at line 782 of file compliance_types.hpp.

◆ timestamp_ns

int64_t signet::forge::dora::ICTNotification::timestamp_ns = 0

Notification timestamp.

Definition at line 781 of file compliance_types.hpp.


The documentation for this struct was generated from the following file: