Class: HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest
- Defined in:
- lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb
Defined Under Namespace
Modules: Action, SubscriptionType
Instance Attribute Summary collapse
- #actions ⇒ Array<Symbol, HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::Action>
- #object_type_id ⇒ String
- #portal_id ⇒ Integer
- #subscription_type ⇒ Symbol, HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::SubscriptionType
Class Method Summary collapse
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from HubSpotSDK::Internal::Type::BaseModel
Instance Attribute Details
#actions ⇒ Array<Symbol, HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::Action>
10 11 |
# File 'lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb', line 10 required :actions, -> { HubSpotSDK::Internal::Type::ArrayOf[enum: HubSpotSDK::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::Action] } |
#object_type_id ⇒ String
16 |
# File 'lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb', line 16 required :object_type_id, String, api_name: :objectTypeId |
#portal_id ⇒ Integer
21 |
# File 'lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb', line 21 required :portal_id, Integer, api_name: :portalId |
#subscription_type ⇒ Symbol, HubSpotSDK::Models::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::SubscriptionType
26 27 28 29 30 |
# File 'lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb', line 26 required :subscription_type, enum: -> { HubSpotSDK::Webhooks::GdprPrivacyDeletionSubscriptionUpsertRequest::SubscriptionType }, api_name: :subscriptionType |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/hubspot_sdk/models/webhooks/gdpr_privacy_deletion_subscription_upsert_request.rb', line 55
|