Class: HubSpotSDK::Models::Cms::IntegratorOEmbedDomainModel

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb

Overview

Instance Attribute 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(id:, app_id:, created_at:, deleted_at:, endpoints:, portal_id:, updated_at:) ⇒ Object

Parameters:



# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 43

Instance Attribute Details

#app_idInteger

Returns:

  • (Integer)


16
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 16

required :app_id, Integer, api_name: :appId

#created_atInteger

Returns:

  • (Integer)


21
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 21

required :created_at, Integer, api_name: :createdAt

#deleted_atInteger

Returns:

  • (Integer)


26
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 26

required :deleted_at, Integer, api_name: :deletedAt

#endpointsHubSpotSDK::Models::Cms::Endpoints



31
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 31

required :endpoints, -> { HubSpotSDK::Cms::Endpoints }

#idInteger

Returns:

  • (Integer)


11
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 11

required :id, Integer

#portal_idInteger

Returns:

  • (Integer)


36
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 36

required :portal_id, Integer, api_name: :portalId

#updated_atInteger

Returns:

  • (Integer)


41
# File 'lib/hubspot_sdk/models/cms/integrator_o_embed_domain_model.rb', line 41

required :updated_at, Integer, api_name: :updatedAt