Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

File metadata and controls

30 lines (19 loc) · 1.04 KB

Picklist

Properties

Name Type Description Notes
id Long The internal ID of this entity.
created OffsetDateTime The time this entity was created.
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.
modifiedBy Long ID of the user who last updated this effect if available. [optional]
createdBy Long ID of the user who created this effect.
accountId Long The ID of the account that owns this entity. [optional]
imported Boolean Imported flag shows that a picklist is imported by a CSV file or not [optional]

Enum: TypeEnum

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