Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 537 Bytes

File metadata and controls

25 lines (13 loc) · 537 Bytes

UpdatePicklist

Properties

Name Type Description Notes
type TypeEnum The type of allowed values in the picklist. If 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"