TracklogEvent¶
The |
|
The |
- pydantic model TracklogEvent[source]¶
The
tracklog
block contains a record of events recorded on these data. This data object describes a tracklog event.- Fields:
- field datetime: Union[NaiveDatetime, AwareDatetime] [Required]¶
A datetime representation recording when the event occurred.
- field event: enums.TrackLogEventType [Required]¶
The type of event being logged. See
enums.TrackLogEventType
.
- field sysinfo: Optional[SystemInformation] [Optional]¶
Information about the system on which the event occurred. See
SystemInformation
.