Class: HubSpotSDK::Models::Events::PropertyFilter
Defined Under Namespace
Modules: FilterType, Operation
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(filter_type:, operation:, property:, context: nil, filter_insights_id: nil, framework_filter_id: nil) ⇒ Object
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 41
|
Instance Attribute Details
29
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 29
optional :context, -> { HubSpotSDK::Events::PropertyFilterContext }
|
#filter_insights_id ⇒ Integer?
34
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 34
optional :filter_insights_id, Integer, api_name: :filterInsightsId
|
10
11
12
13
14
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 10
required :filter_type,
enum: -> {
HubSpotSDK::Events::PropertyFilter::FilterType
},
api_name: :filterType
|
#framework_filter_id ⇒ Integer?
39
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 39
optional :framework_filter_id, Integer, api_name: :frameworkFilterId
|
19
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 19
required :operation, union: -> { HubSpotSDK::Events::PropertyFilter::Operation }
|
#property ⇒ String
24
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 24
required :property, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/hubspot_sdk/models/events/property_filter.rb', line 55
|