Class: HubSpotSDK::Models::Crm::PublicCampaignInfluencedFilter
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::PublicCampaignInfluencedFilter
- Defined in:
- lib/hubspot_sdk/models/crm/public_campaign_influenced_filter.rb
Defined Under Namespace
Modules: FilterType
Instance Attribute Summary collapse
-
#campaign_id ⇒ String
The ID of the campaign that influences the filter.
-
#filter_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicCampaignInfluencedFilter::FilterType
Indicates the type of filter (CAMPAIGN_INFLUENCED).
Instance Method Summary collapse
- #initialize(campaign_id:, filter_type:) ⇒ Object constructor
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(campaign_id:, filter_type:) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/crm/public_campaign_influenced_filter.rb', line 21
|
Instance Attribute Details
#campaign_id ⇒ String
The ID of the campaign that influences the filter.
11 |
# File 'lib/hubspot_sdk/models/crm/public_campaign_influenced_filter.rb', line 11 required :campaign_id, String, api_name: :campaignId |
#filter_type ⇒ Symbol, HubSpotSDK::Models::Crm::PublicCampaignInfluencedFilter::FilterType
Indicates the type of filter (CAMPAIGN_INFLUENCED).
17 18 19 |
# File 'lib/hubspot_sdk/models/crm/public_campaign_influenced_filter.rb', line 17 required :filter_type, enum: -> { HubSpotSDK::Crm::PublicCampaignInfluencedFilter::FilterType }, api_name: :filterType |