Class: Amocrm::Models::ContactUpdateByIDParams
Overview
Defined Under Namespace
Classes: CustomFieldsValue, Embedded, TagsToAdd, TagsToDelete
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
Instance Method Summary
collapse
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(id: nil, color: nil, name: nil) ⇒ Object
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 136
|
Instance Attribute Details
18
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 18
optional :_embedded, -> { Amocrm::ContactUpdateByIDParams::Embedded }
|
#created_at ⇒ Integer?
23
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 23
optional :created_at, Integer
|
#created_by ⇒ Integer?
28
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 28
optional :created_by, Integer
|
34
35
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 34
optional :custom_fields_values,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::ContactUpdateByIDParams::CustomFieldsValue] }
|
#first_name ⇒ String?
40
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 40
optional :first_name, String
|
#id ⇒ Integer
13
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 13
required :id, Integer
|
#last_name ⇒ String?
45
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 45
optional :last_name, String
|
#name ⇒ String?
50
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 50
optional :name, String
|
#responsible_user_id ⇒ Integer?
55
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 55
optional :responsible_user_id, Integer
|
61
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 61
optional :tags_to_add, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::ContactUpdateByIDParams::TagsToAdd] }
|
67
68
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 67
optional :tags_to_delete,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::ContactUpdateByIDParams::TagsToDelete] }
|
#updated_at ⇒ Integer?
73
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 73
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
78
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 78
optional :updated_by, Integer
|
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
# File 'lib/amocrm/models/contact_update_by_id_params.rb', line 205
|
Instance Method Details
#to_hash ⇒ {
100
|
# File 'sig/amocrm/models/contact_update_by_id_params.rbs', line 100
def to_hash: -> {
|