Class: HubSpotSDK::Models::Crm::PublicNumAssociationsFilter

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/crm/public_num_associations_filter.rb

Defined Under Namespace

Modules: CoalescingRefineBy, FilterType

Instance Attribute Summary collapse

Class Method 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(association_category:, association_type_id:, coalescing_refine_by:, filter_type:) ⇒ Object

Some parameter documentations has been truncated, see HubSpotSDK::Models::Crm::PublicNumAssociationsFilter for more details.

Parameters:



# File 'lib/hubspot_sdk/models/crm/public_num_associations_filter.rb', line 36

Instance Attribute Details

#association_categoryString

Defines the category of the association (HUBSPOT_DEFINED, USER_DEFINED, INTEGRATOR_DEFINED, WORK).

Returns:

  • (String)


12
# File 'lib/hubspot_sdk/models/crm/public_num_associations_filter.rb', line 12

required :association_category, String, api_name: :associationCategory

#association_type_idInteger

The ID representing the type of association being filtered.

Returns:

  • (Integer)


18
# File 'lib/hubspot_sdk/models/crm/public_num_associations_filter.rb', line 18

required :association_type_id, Integer, api_name: :associationTypeId

#filter_typeSymbol, HubSpotSDK::Models::Crm::PublicNumAssociationsFilter::FilterType

Indicates the type of filter being applied (NUM_ASSOCIATIONS).



32
33
34
# File 'lib/hubspot_sdk/models/crm/public_num_associations_filter.rb', line 32

required :filter_type,
enum: -> { HubSpotSDK::Crm::PublicNumAssociationsFilter::FilterType },
api_name: :filterType