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
show all
- Defined in:
- lib/amocrm/models/catalog_element_update_by_id_response.rb,
sig/amocrm/models/catalog_element_update_by_id_response.rbs
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
#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
required :value, Amocrm::Internal::Type::Unknown
optional :enum_code, String
optional :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
|
#value ⇒ Object
200
|
# File 'lib/amocrm/models/catalog_element_update_by_id_response.rb', line 200
required :value, Amocrm::Internal::Type::Unknown
|
Instance Method Details
#to_hash ⇒ {
254
|
# File 'sig/amocrm/models/catalog_element_update_by_id_response.rbs', line 254
def to_hash: -> {
|