Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

File metadata and controls

16 lines (12 loc) · 1.02 KB

HubSpot.NET.Model.HubDbTableRowV3

Properties

Name Type Description Notes
Id string The id of the table row [optional]
Path string Specifies the value for `hs_path` column, which will be used as slug in the dynamic pages [optional]
Name string Specifies the value for `hs_name` column, which will be used as title in the dynamic pages [optional]
CreatedAt DateTimeOffset Timestamp at which the row is created [optional]
UpdatedAt DateTimeOffset Timestamp at which the row is updated last time [optional]
ChildTableId string Specifies the value for the column child table id [optional]
Values Dictionary<string, Object> List of key value pairs with the column name and column value

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