Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1 KB

Picklist.md

File metadata and controls

18 lines (13 loc) · 1 KB

# Picklist

Properties

Name Type Description Notes
id int Internal ID of this entity.
created \DateTime The time this entity was created.
type string The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string.
values string[] The list of allowed values provided by this picklist.
modifiedBy int ID of the user who last updated this effect if available. [optional]
createdBy int ID of the user who created this effect.
accountId int The ID of the account that owns this entity. [optional]
imported bool Imported flag shows that a picklist is imported by a CSV file or not [optional]

[Back to Model list] [Back to API list] [Back to README]