Module: HubSpotSDK::Models::Crm::Extensions::CompletedThirdPartyCallResponse::CallerIDMatch
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/hubspot_sdk/models/crm/extensions/completed_third_party_call_response.rb
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
.variants ⇒ Array(HubSpotSDK::Models::Crm::Extensions::ContactCallerID, HubSpotSDK::Models::Crm::Extensions::CompanyCallerID)
|
|
# File 'lib/hubspot_sdk/models/crm/extensions/completed_third_party_call_response.rb', line 28
|
Instance Method Details
#initialize(caller_id_matches:) ⇒ Object
21 22 23 24 25 26 27 28 29 30 |
# File 'lib/hubspot_sdk/models/crm/extensions/completed_third_party_call_response.rb', line 21 module CallerIDMatch extend HubSpotSDK::Internal::Type::Union variant -> { HubSpotSDK::Crm::Extensions::ContactCallerID } variant -> { HubSpotSDK::Crm::Extensions::CompanyCallerID } # @!method self.variants # @return [Array(HubSpotSDK::Models::Crm::Extensions::ContactCallerID, HubSpotSDK::Models::Crm::Extensions::CompanyCallerID)] end |