Types
ThreadFieldSchemaType
The data type of a thread field schema, which determines which value field is used when reading or writing thread field values.
enum
ThreadFieldSchemaTypeValues
STRING
Stores a free-text value as a string.
BOOL
Stores a boolean value.
ENUM
Stores one value chosen from a predefined set of allowed string values.
NUMBER
Stores a numeric value as a float.
CURRENCY
Stores a monetary amount as a float.
DATE
Stores a date/time value as a DateTime scalar.

