Module: HubSpotSDK::Models::Crm::PublicExportViewRequest::ExportInternalValuesOption
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/hubspot_sdk/models/crm/public_export_view_request.rb
Constant Summary collapse
- NAMES =
:NAMES- VALUES =
:VALUES
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Instance Method Details
#initialize(associated_object_type:, export_internal_values_options:, export_name:, export_type:, format_:, include_labeled_associations:, include_primary_display_property_for_associated_objects:, language:, object_properties:, object_type:, override_associated_objects_per_definition_per_row_limit:, public_crm_search_request: nil) ⇒ Object
97 98 99 100 101 102 103 104 105 |
# File 'lib/hubspot_sdk/models/crm/public_export_view_request.rb', line 97 module ExportInternalValuesOption extend HubSpotSDK::Internal::Type::Enum NAMES = :NAMES VALUES = :VALUES # @!method self.values # @return [Array<Symbol>] end |