Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.01 KB

File metadata and controls

17 lines (14 loc) · 1.01 KB

# GetNoteField

Properties

Name Type Description Notes
id int The ID of the field [optional]
key string The key of the field [optional]
name string The name of the field [optional]
field_type \Pipedrive\versions\v1\Model\InternalFieldType [optional]
active_flag bool The active flag of the field [optional]
edit_flag bool The edit flag of the field [optional]
bulk_edit_allowed bool Not used [optional]
mandatory_flag bool Whether or not the field is mandatory [optional]
options \Pipedrive\versions\v1\Model\NoteFieldOptions[] The options of the field. When there are no options, `null` is returned. [optional]

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