Class: HubSpotSDK::Models::Crm::PublicMigrationMapping

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/hubspot_sdk/models/crm/public_migration_mapping.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(legacy_list_id:, list_id:) ⇒ Object

Parameters:

  • legacy_list_id (String)

    The legacy list id for the list

  • list_id (String)

    The V3 list id for the list



# File 'lib/hubspot_sdk/models/crm/public_migration_mapping.rb', line 20

Instance Attribute Details

#legacy_list_idString

The legacy list id for the list

Returns:

  • (String)


12
# File 'lib/hubspot_sdk/models/crm/public_migration_mapping.rb', line 12

required :legacy_list_id, String, api_name: :legacyListId

#list_idString

The V3 list id for the list

Returns:

  • (String)


18
# File 'lib/hubspot_sdk/models/crm/public_migration_mapping.rb', line 18

required :list_id, String, api_name: :listId