Fields
is_current
BooleanIndicates whether the tracking event is the current or active status. For example, `is_current` can be set to true.
is_passed
BooleanIndicates whether the tracking event has passed or occurred. For example, `is_passed` can be set to true.
status
StringThe status of the tracking event. For example, `status` can be set to 'processing'.
time
StringThe time associated with the tracking event. For example, `time` can be set to '2024-11-01T10:00:00Z'.
tracking_details
[NestedTrackingDetails]Nested tracking details. For example, `tracking_details` can be set to [a NestedTrackingDetails object].
value
StringCurrent value or state of the process. For example, `value` can be set to '999.0'.
created_ts
StringTimestamp when this status was created. For example, `created_ts` can be set to 'value'.
Was this section helpful?