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. |
Name | Value |
---|---|
STRING | "string" |
BOOLEAN | "boolean" |
NUMBER | "number" |
TIME | "time" |