Class: HubSpotSDK::Models::Conversations::PreResolvedContact
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Conversations::PreResolvedContact
- Defined in:
- lib/hubspot_sdk/models/conversations/pre_resolved_contact.rb
Defined Under Namespace
Modules: ContactPropertiesLeadingToMatch
Instance Attribute Summary collapse
- #contact_properties_leading_to_match ⇒ Array<Symbol, HubSpotSDK::Models::Conversations::PreResolvedContact::ContactPropertiesLeadingToMatch>
- #contact_vid ⇒ Integer
Method Summary
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
#contact_properties_leading_to_match ⇒ Array<Symbol, HubSpotSDK::Models::Conversations::PreResolvedContact::ContactPropertiesLeadingToMatch>
10 11 12 13 14 |
# File 'lib/hubspot_sdk/models/conversations/pre_resolved_contact.rb', line 10 required :contact_properties_leading_to_match, -> { HubSpotSDK::Internal::Type::ArrayOf[enum: HubSpotSDK::Conversations::PreResolvedContact::ContactPropertiesLeadingToMatch] }, api_name: :contactPropertiesLeadingToMatch |
#contact_vid ⇒ Integer
19 |
# File 'lib/hubspot_sdk/models/conversations/pre_resolved_contact.rb', line 19 required :contact_vid, Integer, api_name: :contactVid |