TracklogEvent

SystemInformation

The tracklog.sysinfo block contains information about the system upon which these data were exported from.

User

The user block holds information about the user.

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 user: User [Required]

The user who caused the event to happen. See User.

field sysinfo: Optional[SystemInformation] [Optional]

Information about the system on which the event occurred. See SystemInformation.