Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

File metadata and controls

13 lines (9 loc) · 1.07 KB

HubSpot.NET.Model.InputFieldDefinition

Configuration for an input field on the custom action

Properties

Name Type Description Notes
TypeDefinition FieldTypeDefinition
SupportedValueTypes List<string> Controls what kind of input a customer can use to specify the field value. Must contain exactly one of `STATIC_VALUE` or `OBJECT_PROPERTY`. If `STATIC_VALUE`, the customer will be able to choose a value when configuring the custom action; if `OBJECT_PROPERTY`, the customer will be able to choose a property from the enrolled workflow object that the field value will be copied from. In the future we may support more than one input control type here. [optional]
IsRequired bool Whether the field is required for the custom action to be valid

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