Class: Amocrm::Models::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::CustomFieldsValue
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::CustomFieldsValue
- Defined in:
- lib/amocrm/models/unsorted_lead_create_forms_params.rb
Defined Under Namespace
Classes: Value
Instance Attribute Summary collapse
-
#field_code ⇒ String?
Field code (e.g. PHONE/EMAIL).
-
#field_id ⇒ Integer?
Use either field_id or field_code (e.g. PHONE/EMAIL).
-
#values ⇒ Array<Amocrm::Models::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::CustomFieldsValue::Value>
Values for the field (multiple values allowed).
Method Summary
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
This class inherits a constructor from Amocrm::Internal::Type::BaseModel
Instance Attribute Details
#field_code ⇒ String?
Field code (e.g. PHONE/EMAIL)
790 |
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 790 optional :field_code, String |
#field_id ⇒ Integer?
Use either field_id or field_code (e.g. PHONE/EMAIL)
796 |
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 796 optional :field_id, Integer |
#values ⇒ Array<Amocrm::Models::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::CustomFieldsValue::Value>
Values for the field (multiple values allowed)
783 784 |
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 783 required :values, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::CustomFieldsValue::Value] } |