Tracklog

TracklogEvent

The tracklog block contains a record of events recorded on these data.

pydantic model Tracklog[source]

The tracklog block contains a record of events recorded on these data. This data object describes the list of tracklog events, in addition to functionality for constructing a tracklog and adding new records to it.

Fields:
field root: List[TracklogEvent] [Required]
classmethod initialize()[source]

Initialize the tracklog object with a list containing one TracklogEvent of type ‘created’

Return type:

Tracklog

extend(event)[source]

Extend the tracklog with a new tracklog record.

Return type:

None