Class: HubSpotSDK::Models::Webhooks::AppLifecycleEventSubscriptionUpsertRequest

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/webhooks/app_lifecycle_event_subscription_upsert_request.rb

Defined Under Namespace

Modules: SubscriptionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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

#initialize(event_type_id:, properties:, subscription_type:) ⇒ Object

Parameters:



# File 'lib/hubspot_sdk/models/webhooks/app_lifecycle_event_subscription_upsert_request.rb', line 26

Instance Attribute Details

#event_type_idString

Returns:

  • (String)


10
# File 'lib/hubspot_sdk/models/webhooks/app_lifecycle_event_subscription_upsert_request.rb', line 10

required :event_type_id, String, api_name: :eventTypeId

#propertiesArray<String>

Returns:

  • (Array<String>)


15
# File 'lib/hubspot_sdk/models/webhooks/app_lifecycle_event_subscription_upsert_request.rb', line 15

required :properties, HubSpotSDK::Internal::Type::ArrayOf[String]

#subscription_typeSymbol, HubSpotSDK::Models::Webhooks::AppLifecycleEventSubscriptionUpsertRequest::SubscriptionType



20
21
22
23
24
# File 'lib/hubspot_sdk/models/webhooks/app_lifecycle_event_subscription_upsert_request.rb', line 20

required :subscription_type,
enum: -> {
  HubSpotSDK::Webhooks::AppLifecycleEventSubscriptionUpsertRequest::SubscriptionType
},
api_name: :subscriptionType