| Field | Type | Required | Description |
|---|---|---|---|
type |
Optional[models.EventType] | ➖ | N/A |
name |
str | ✔️ | Name of the event |
id |
str | ✔️ | The ID of the event |
timestamp_unix_nano |
int | ✔️ | The timestamp of the event in nanoseconds since the Unix epoch |
attributes |
Dict[str, Nullable[models.WorkflowExecutionTraceSummaryAttributesValues]] | ✔️ | The attributes of the event |
internal |
Optional[bool] | ➖ | Whether the event is internal |