![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
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. | |
ICT notification record.
Definition at line 778 of file compliance_types.hpp.
| bool signet::forge::dora::ICTNotification::acknowledged = false |
Whether the notification was acknowledged.
Definition at line 785 of file compliance_types.hpp.
| NotificationLevel signet::forge::dora::ICTNotification::level = NotificationLevel::INFO |
Definition at line 780 of file compliance_types.hpp.
| std::string signet::forge::dora::ICTNotification::message |
Notification body.
Definition at line 783 of file compliance_types.hpp.
| std::string signet::forge::dora::ICTNotification::notification_id |
Unique notification identifier.
Definition at line 779 of file compliance_types.hpp.
| std::string signet::forge::dora::ICTNotification::recipients |
Comma-separated recipient list.
Definition at line 784 of file compliance_types.hpp.
| std::string signet::forge::dora::ICTNotification::subject |
Notification subject.
Definition at line 782 of file compliance_types.hpp.
| int64_t signet::forge::dora::ICTNotification::timestamp_ns = 0 |
Notification timestamp.
Definition at line 781 of file compliance_types.hpp.