Class: Amocrm::Models::CatalogElementUpdateParams::Body::CustomFieldsValue::Value
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::CatalogElementUpdateParams::Body::CustomFieldsValue::Value
- Defined in:
- lib/amocrm/models/catalog_element_update_params.rb
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(value:, enum_code: nil, enum_id: nil) ⇒ Object
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 |
# File 'lib/amocrm/models/catalog_element_update_params.rb', line 87 class Value < Amocrm::Internal::Type::BaseModel # @!attribute value # # @return [Object] required :value, Amocrm::Internal::Type::Unknown # @!attribute enum_code # # @return [String, nil] optional :enum_code, String # @!attribute enum_id # # @return [Integer, nil] optional :enum_id, Integer # @!method initialize(value:, enum_code: nil, enum_id: nil) # @param value [Object] # @param enum_code [String] # @param enum_id [Integer] end |
Instance Attribute Details
#enum_code ⇒ String?
96 |
# File 'lib/amocrm/models/catalog_element_update_params.rb', line 96 optional :enum_code, String |
#enum_id ⇒ Integer?
101 |
# File 'lib/amocrm/models/catalog_element_update_params.rb', line 101 optional :enum_id, Integer |