Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 813 Bytes

CustomFieldFinder.md

File metadata and controls

15 lines (10 loc) · 813 Bytes

CustomFieldFinder

Properties

Name Type Description Notes
id str Custom Field ID [optional] [readonly]
name str, none_type Custom Field name to use as a label if provided [optional] [readonly]
description str, none_type More information about the custom field [optional]
value bool, date, datetime, dict, float, int, list, str, none_type Custom Field value [optional]
finder str JSONPath finder for retrieving this value when mapping a response payload from downstream [optional] [readonly]

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