Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 935 Bytes

FieldTypeDefinition.md

File metadata and controls

16 lines (12 loc) · 935 Bytes

HubSpot.NET.Model.FieldTypeDefinition

The data type expected by an input field.

Properties

Name Type Description Notes
Name string The input field name.
Type string The data type of the field.
FieldType string Controls how the field appears in HubSpot. [optional]
Options List<ActionsOption> A list of valid options for the field value.
OptionsUrl string A URL that will accept HTTPS requests when the valid options for the field are fetched. [optional]
ReferencedObjectType string This can be set to `OWNER` if the field should contain a HubSpot owner value. [optional]

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