Event catalog entry
The state of an event catalog entry after a bulk update.
event_name_pathstring
Identifier of the event in source_table.event_name form.
display_namestring
Display name of the event.
descriptionstringnullable
Description of the event, or null if none is set.
is_hiddenboolean
Whether the event is hidden from the catalog UI.
Event catalog entry
{
"event_name_path": "string",
"display_name": "string",
"description": "string",
"is_hidden": true
}