Class: Amocrm::Models::CustomFieldGetByIDResponse::CustomField
Instance Attribute Summary collapse
Method Summary
==, #==, #[], 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
#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
Instance Attribute Details
#code ⇒ String?
22
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 22
optional :code, String
|
#entity_type ⇒ String?
27
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 27
optional :entity_type, String
|
#group_id ⇒ Integer?
37
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 37
optional :group_id, Integer
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 17
optional :id, Integer
|
#is_deletable ⇒ Boolean?
42
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 42
optional :is_deletable, Amocrm::Internal::Type::Boolean
|
#is_multiple ⇒ Boolean?
47
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 47
optional :is_multiple, Amocrm::Internal::Type::Boolean
|
#is_required ⇒ Boolean?
52
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 52
optional :is_required, Amocrm::Internal::Type::Boolean
|
#is_visible ⇒ Boolean?
57
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 57
optional :is_visible, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
62
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 62
optional :name, String
|
#settings ⇒ Object?
67
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 67
optional :settings, Amocrm::Internal::Type::Unknown
|
#sort ⇒ Integer?
72
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 72
optional :sort, Integer
|
#type ⇒ String?
77
|
# File 'lib/amocrm/models/custom_field_get_by_id_response.rb', line 77
optional :type, String
|