Name | Type | Description | Notes |
---|---|---|---|
id | Integer | 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 | Integer | ID of the user who last updated this effect if available. | [optional] |
createdBy | Integer | ID of the user who created this effect. | |
accountId | Integer | 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] |
Name | Value |
---|---|
STRING | "string" |
BOOLEAN | "boolean" |
NUMBER | "number" |
TIME | "time" |