Class: Samsara::Types::VehicleRegulationMode

Inherits:
Object
  • Object
show all
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"