Name | Type | Description | Notes |
---|---|---|---|
value | String | The function identifier. | [optional] |
displayName | String | The display name of the function. | [optional] |
isList | IsListEnum | Whether the function can take a list of arguments. | [optional] |
types | List<String> | The data types returned by the function. | [optional] |
Name | Value |
---|---|
TRUE | "true" |
FALSE | "false" |