Class: HubSpotSDK::Models::Crm::BatchPortalEntry
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::BatchPortalEntry
- Defined in:
- lib/hubspot_sdk/models/crm/batch_portal_entry.rb
Defined Under Namespace
Modules: FlagState
Instance Attribute Summary collapse
-
#flag_state ⇒ Symbol, HubSpotSDK::Models::Crm::BatchPortalEntry::FlagState
The flag state for this portal (e.g. ON or OFF).
-
#portal_id ⇒ Integer
The ID of the portal.
Instance Method Summary collapse
- #initialize(flag_state:, portal_id:) ⇒ 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(flag_state:, portal_id:) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/crm/batch_portal_entry.rb', line 19
|
Instance Attribute Details
#flag_state ⇒ Symbol, HubSpotSDK::Models::Crm::BatchPortalEntry::FlagState
The flag state for this portal (e.g. ON or OFF)
11 |
# File 'lib/hubspot_sdk/models/crm/batch_portal_entry.rb', line 11 required :flag_state, enum: -> { HubSpotSDK::Crm::BatchPortalEntry::FlagState }, api_name: :flagState |
#portal_id ⇒ Integer
The ID of the portal
17 |
# File 'lib/hubspot_sdk/models/crm/batch_portal_entry.rb', line 17 required :portal_id, Integer, api_name: :portalId |