Module: HubSpotSDK::Models::WebhooksJournal::JournalSubscriptionResponse::SubscriptionType
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/hubspot_sdk/models/webhooks_journal/journal_subscription_response.rb
Overview
The type of subscription, indicating the nature of events it pertains to. Valid values include ‘OBJECT’, ‘ASSOCIATION’, ‘EVENT’, ‘APP_LIFECYCLE_EVENT’, ‘LIST_MEMBERSHIP’, and ‘GDPR_PRIVACY_DELETION’.
Constant Summary collapse
- APP_LIFECYCLE_EVENT =
:APP_LIFECYCLE_EVENT- ASSOCIATION =
:ASSOCIATION- EVENT =
:EVENT- GDPR_PRIVACY_DELETION =
:GDPR_PRIVACY_DELETION- LIST_MEMBERSHIP =
:LIST_MEMBERSHIP- OBJECT =
:OBJECT
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_journal/journal_subscription_response.rb', line 189
|