Class: Amocrm::Models::CustomFieldUpdateByIDParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
-
#initialize(entity_type:, id:, code: nil, enums: nil, group_id: nil, is_deletable: nil, is_multiple: nil, is_required: nil, is_visible: nil, name: nil, settings: nil, sort: nil, type: nil, request_options: {}) ⇒ Object
constructor
dump_request
included
==, #==, #[], 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(entity_type:, id:, code: nil, enums: nil, group_id: nil, is_deletable: nil, is_multiple: nil, is_required: nil, is_visible: nil, name: nil, settings: nil, sort: nil, type: nil, request_options: {}) ⇒ Object
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 75
|
Instance Attribute Details
#code ⇒ String?
23
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 23
optional :code, String
|
#entity_type ⇒ String
13
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 13
required :entity_type, String
|
#group_id ⇒ Integer?
33
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 33
optional :group_id, Integer
|
#id ⇒ Integer
18
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 18
required :id, Integer
|
#is_deletable ⇒ Boolean?
38
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 38
optional :is_deletable, Amocrm::Internal::Type::Boolean
|
#is_multiple ⇒ Boolean?
43
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 43
optional :is_multiple, Amocrm::Internal::Type::Boolean
|
#is_required ⇒ Boolean?
48
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 48
optional :is_required, Amocrm::Internal::Type::Boolean
|
#is_visible ⇒ Boolean?
53
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 53
optional :is_visible, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
58
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 58
optional :name, String
|
#settings ⇒ Object?
63
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 63
optional :settings, Amocrm::Internal::Type::Unknown
|
#sort ⇒ Integer?
68
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 68
optional :sort, Integer
|
#type ⇒ String?
73
|
# File 'lib/amocrm/models/custom_field_update_by_id_params.rb', line 73
optional :type, String
|