Module: HubSpotSDK::Models::Webhooks::SubscriptionCreateRequest::EventType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/hubspot_sdk/models/webhooks/subscription_create_request.rb
Overview
Type of event to listen for. Can be one of ‘create`, `delete`, `deletedForPrivacy`, or `propertyChange`.
Constant Summary collapse
- COMPANY_ASSOCIATION_CHANGE =
:"company.associationChange"- COMPANY_CREATION =
:"company.creation"- COMPANY_DELETION =
:"company.deletion"- COMPANY_MERGE =
:"company.merge"- COMPANY_PROPERTY_CHANGE =
:"company.propertyChange"- COMPANY_RESTORE =
:"company.restore"- CONTACT_ASSOCIATION_CHANGE =
:"contact.associationChange"- CONTACT_CREATION =
:"contact.creation"- CONTACT_DELETION =
:"contact.deletion"- CONTACT_MERGE =
:"contact.merge"- CONTACT_PRIVACY_DELETION =
:"contact.privacyDeletion"- CONTACT_PROPERTY_CHANGE =
:"contact.propertyChange"- CONTACT_RESTORE =
:"contact.restore"- CONVERSATION_CREATION =
:"conversation.creation"- CONVERSATION_DELETION =
:"conversation.deletion"- CONVERSATION_NEW_MESSAGE =
:"conversation.newMessage"- CONVERSATION_PRIVACY_DELETION =
:"conversation.privacyDeletion"- CONVERSATION_PROPERTY_CHANGE =
:"conversation.propertyChange"- DEAL_ASSOCIATION_CHANGE =
:"deal.associationChange"- DEAL_CREATION =
:"deal.creation"- DEAL_DELETION =
:"deal.deletion"- DEAL_MERGE =
:"deal.merge"- DEAL_PROPERTY_CHANGE =
:"deal.propertyChange"- DEAL_RESTORE =
:"deal.restore"- EVENT_COMPLETED =
:"event.completed"- LINE_ITEM_ASSOCIATION_CHANGE =
:"line_item.associationChange"- LINE_ITEM_CREATION =
:"line_item.creation"- LINE_ITEM_DELETION =
:"line_item.deletion"- LINE_ITEM_MERGE =
:"line_item.merge"- LINE_ITEM_PROPERTY_CHANGE =
:"line_item.propertyChange"- LINE_ITEM_RESTORE =
:"line_item.restore"- OBJECT_ASSOCIATION_CHANGE =
:"object.associationChange"- OBJECT_CREATION =
:"object.creation"- OBJECT_DELETION =
:"object.deletion"- OBJECT_MERGE =
:"object.merge"- OBJECT_PROPERTY_CHANGE =
:"object.propertyChange"- OBJECT_RESTORE =
:"object.restore"- PRODUCT_CREATION =
:"product.creation"- PRODUCT_DELETION =
:"product.deletion"- PRODUCT_MERGE =
:"product.merge"- PRODUCT_PROPERTY_CHANGE =
:"product.propertyChange"- PRODUCT_RESTORE =
:"product.restore"- TICKET_ASSOCIATION_CHANGE =
:"ticket.associationChange"- TICKET_CREATION =
:"ticket.creation"- TICKET_DELETION =
:"ticket.deletion"- TICKET_MERGE =
:"ticket.merge"- TICKET_PROPERTY_CHANGE =
:"ticket.propertyChange"- TICKET_RESTORE =
:"ticket.restore"
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/hubspot_sdk/models/webhooks/subscription_create_request.rb', line 114
|