Class: Samsara::Types::VehicleRegulationMode
- Inherits:
-
Object
- Object
- Samsara::Types::VehicleRegulationMode
- Defined in:
- lib/samsara_api/types/vehicle_regulation_mode.rb
Overview
unregulated vehicle. Valid values: ‘regulated`, `unregulated`, `mixed`.
Constant Summary collapse
- REGULATED =
"regulated"- UNREGULATED =
"unregulated"- MIXED =
"mixed"