Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 838 Bytes

File metadata and controls

16 lines (12 loc) · 838 Bytes

HubSpot.NET.Model.AssociationDefinition

Defines an association between two object types.

Properties

Name Type Description Notes
FromObjectTypeId string ID of the primary object type to link from.
ToObjectTypeId string ID of the target object type ID to link to.
Name string A unique name for this association. [optional]
Id string A unique ID for this association.
CreatedAt DateTimeOffset When the association was defined. [optional]
UpdatedAt DateTimeOffset When the association was last updated. [optional]

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