Class: HubSpotSDK::Models::Crm::PortalFlagStateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- HubSpotSDK::Models::Crm::PortalFlagStateResponse
- Defined in:
- lib/hubspot_sdk/models/crm/portal_flag_state_response.rb
Overview
Defined Under Namespace
Modules: FlagState
Instance Attribute Summary collapse
-
#app_id ⇒ Integer
The ID of the app.
-
#flag_name ⇒ String
The name of the flag.
-
#flag_state ⇒ Symbol, HubSpotSDK::Models::Crm::PortalFlagStateResponse::FlagState
The state of the flag for this portal.
-
#portal_id ⇒ Integer
The ID of the portal.
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(app_id:, flag_name:, flag_state:, portal_id:) ⇒ Object
|
|
# File 'lib/hubspot_sdk/models/crm/portal_flag_state_response.rb', line 34
|
Instance Attribute Details
#app_id ⇒ Integer
The ID of the app
12 |
# File 'lib/hubspot_sdk/models/crm/portal_flag_state_response.rb', line 12 required :app_id, Integer, api_name: :appId |
#flag_name ⇒ String
The name of the flag
18 |
# File 'lib/hubspot_sdk/models/crm/portal_flag_state_response.rb', line 18 required :flag_name, String, api_name: :flagName |
#flag_state ⇒ Symbol, HubSpotSDK::Models::Crm::PortalFlagStateResponse::FlagState
The state of the flag for this portal
24 25 26 |
# File 'lib/hubspot_sdk/models/crm/portal_flag_state_response.rb', line 24 required :flag_state, enum: -> { HubSpotSDK::Crm::PortalFlagStateResponse::FlagState }, api_name: :flagState |
#portal_id ⇒ Integer
The ID of the portal
32 |
# File 'lib/hubspot_sdk/models/crm/portal_flag_state_response.rb', line 32 required :portal_id, Integer, api_name: :portalId |