event element
Type: | auditTrailEvent |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
AuditTrailEvent that describes the event class and the event name.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<event>
<class>...</class>
<name>...</name>
</event>
Example JSON
{
"class" : "...",
"name" : "..."
}