Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.1 KB

File metadata and controls

16 lines (12 loc) · 1.1 KB

HubSpot.NET.Model.SubscriptionResponse

Complete details for an event subscription.

Properties

Name Type Description Notes
EventType string Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`.
PropertyName string The internal name of the property being monitored for changes. Only applies when `eventType` is `propertyChange`. [optional]
Active bool Determines if the subscription is active or paused.
Id string The unique ID of the subscription.
CreatedAt DateTimeOffset When this subscription was created. Formatted as milliseconds from the Unix epoch.
UpdatedAt DateTimeOffset When this subscription was last updated. Formatted as milliseconds from the Unix epoch. [optional]

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