Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.42 KB

SafetyEvent.md

File metadata and controls

21 lines (17 loc) · 1.42 KB

SafetyEvent

A safety event.

Properties

Name Type Description Notes
behavior_labels list[SafetyEventBehaviorLabel] The most up-to-date behavior labels associated with the safety event. These labels can be updated by the Safety Report Admin. [optional]
coaching_state SafetyEventCoachingState [optional]
download_forward_video_url str URL to download the forward video. [optional]
download_inward_video_url str URL to download the inward video. [optional]
download_tracked_inward_video_url str URL to download the tracked inward video. [optional]
driver DriverTinyResponse [optional]
id str The unique Samsara ID of the safety event. [optional]
location Location [optional]
max_acceleration_g_force float The maximum acceleration value as a multiplier on the force of gravity (g). [optional]
time str The time the safety event occurred in RFC 3339 milliseconds format. [optional]
vehicle VehicleTinyResponse [optional]

[Back to Model list] [Back to API list] [Back to README]