AuditMessage1 Constructor
- Last UpdatedApr 08, 2026
- 1 minute read
Constructor.
public AuditMessage1(
string auditEventType,
string jsonPayload
)
public:
AuditMessage1(
String^ auditEventType,
String^ jsonPayload
)
Parameters
- auditEventType
- The non-null class type-name of the audit event.
- jsonPayload
- The none-null json payload of the audit event.