Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1002 Bytes

Picklist.md

File metadata and controls

18 lines (13 loc) · 1002 Bytes

Picklist

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
type str The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string.
values list[str] The list of allowed values provided by this picklist.
modified_by int ID of the user who last updated this effect if available. [optional]
created_by int ID of the user who created this effect.
account_id 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]