object

TrackingDetails

Schema for tracking details.
Fields
is_current
Boolean
Indicates whether the tracking event is the current or active status. For example, `is_current` can be set to true.
is_passed
Boolean
Indicates whether the tracking event has passed or occurred. For example, `is_passed` can be set to true.
status
String
The status of the tracking event. For example, `status` can be set to 'processing'.
time
String
The 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
String
Current value or state of the process. For example, `value` can be set to '999.0'.
created_ts
String
Timestamp when this status was created. For example, `created_ts` can be set to 'value'.