Class: Amocrm::Models::CatalogElementUpdateByIDResponse::CatalogElementUpdateResponse::Embedded::Element::CustomFieldsValue::Value
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::CatalogElementUpdateByIDResponse::CatalogElementUpdateResponse::Embedded::Element::CustomFieldsValue::Value
- Defined in:
- lib/amocrm/models/catalog_element_update_by_id_response.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
- #initialize(values:, field_code: nil, field_id: nil, field_name: nil, field_type: nil) ⇒ Object constructor
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(values:, field_code: nil, field_id: nil, field_name: nil, field_type: nil) ⇒ Object
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 |
# File 'lib/amocrm/models/catalog_element_update_by_id_response.rb', line 196 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?
205 |
# File 'lib/amocrm/models/catalog_element_update_by_id_response.rb', line 205 optional :enum_code, String |
#enum_id ⇒ Integer?
210 |
# File 'lib/amocrm/models/catalog_element_update_by_id_response.rb', line 210 optional :enum_id, Integer |