Class: Samsara::Types::FormsTableColumnObjectResponseBodyType

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

Overview

‘check_boxes`, `multiple_choice`, `signature`, `media`, `person`

Constant Summary collapse

TEXT =
"text"
NUMBER =
"number"
DATETIME =
"datetime"
CHECK_BOXES =
"check_boxes"
MULTIPLE_CHOICE =
"multiple_choice"
SIGNATURE =
"signature"
MEDIA =
"media"
PERSON =
"person"