Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 549 Bytes

NewPicklist.md

File metadata and controls

24 lines (13 loc) · 549 Bytes

NewPicklist

Properties

Name Type Description Notes
type TypeEnum The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string.
values List<String> The list of allowed values provided by this picklist.

Enum: TypeEnum

Name Value
STRING "string"
BOOLEAN "boolean"
NUMBER "number"
TIME "time"