Class: Samsara::Types::FormsPersonObjectResponseBodyEntryType

Inherits:
Object
  • Object
show all
Defined in:
lib/samsara_api/types/forms_person_object_response_body_entry_type.rb

Overview

The type of entry for the person. Valid values: ‘tracked`, `untracked`

Constant Summary collapse

TRACKED =
"tracked"
UNTRACKED =
"untracked"