Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.12 KB

SubscriptionDefinition.md

File metadata and controls

19 lines (15 loc) · 1.12 KB

HubSpot.NET.Model.SubscriptionDefinition

Properties

Name Type Description Notes
Id string The ID of the definition.
Name string The name of the subscription.
Description string A description of the subscription.
Purpose string The purpose of this subscription or the department in your organization that uses it. [optional]
CommunicationMethod string The method or technology used to contact. [optional]
IsActive bool Whether the definition is active or archived.
IsDefault bool A subscription definition created by HubSpot.
IsInternal bool A default description that is used by some HubSpot tools and cannot be edited.
CreatedAt DateTimeOffset Time at which the definition was created.
UpdatedAt DateTimeOffset Time at which the definition was last updated.

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