Class: Amocrm::Models::LeadUpdateByIDParams
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/lead_update_by_id_params.rb', line 433
|
Instance Attribute Details
18
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 18
optional :_embedded, -> { Amocrm::LeadUpdateByIDParams::Embedded }
|
#closed_at ⇒ Integer?
23
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 23
optional :closed_at, Integer
|
29
30
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 29
optional :custom_fields_values,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateByIDParams::CustomFieldsValue] }
|
#group_id ⇒ Integer?
35
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 35
optional :group_id, Integer
|
#id ⇒ Integer
13
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 13
required :id, Integer
|
#loss_reason_id ⇒ Integer?
40
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 40
optional :loss_reason_id, Integer
|
#name ⇒ String?
45
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 45
optional :name, String
|
#pipeline_id ⇒ Integer?
50
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 50
optional :pipeline_id, Integer
|
#price ⇒ Integer?
55
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 55
optional :price, Integer
|
#responsible_user_id ⇒ Integer?
60
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 60
optional :responsible_user_id, Integer
|
#status_id ⇒ Integer?
65
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 65
optional :status_id, Integer
|
71
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 71
optional :tags_to_add, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateByIDParams::TagsToAdd] }
|
77
78
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 77
optional :tags_to_delete,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateByIDParams::TagsToDelete] }
|
#updated_at ⇒ Integer?
83
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 83
optional :updated_at, Integer
|
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
# File 'lib/amocrm/models/lead_update_by_id_params.rb', line 502
|
Instance Method Details
#to_hash ⇒ {
106
|
# File 'sig/amocrm/models/lead_update_by_id_params.rbs', line 106
def to_hash: -> {
|