EventName
July 20, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | str | :heavy_check_mark: | The name of the event. |
label | str | :heavy_check_mark: | Human readable label of the event. |
source | models.EventSource | :heavy_check_mark: | N/A |
occurrences | int | :heavy_check_mark: | Number of times the event has occurred. |
first_seen | date | :heavy_check_mark: | The first time the event occurred. |
last_seen | date | :heavy_check_mark: | The last time the event occurred. |