Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 811 Bytes

File metadata and controls

14 lines (10 loc) · 811 Bytes

HubSpot.NET.Model.CardDisplayProperty

Definition for a card display property.

Properties

Name Type Description Notes
Name string An internal identifier for this property. This value must be unique TODO.
Label string The label for this property as you'd like it displayed to users.
DataType string Type of data represented by this property.
Options List<DisplayOption> An array of available options that can be displayed. Only used in when `dataType` is `STATUS`.

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