Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 466 Bytes

File metadata and controls

14 lines (7 loc) · 466 Bytes

ContactFieldType

Field type. Possible values: – string field with the “Text” type – integer field with the “Number” type – datetime field with the “Date and time” type

Enum

  • TEXT (value: 'text')

  • DATE (value: 'date')

  • NUMBER (value: 'number')

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