Class: Amocrm::Models::UnsortedLeadCreateFormsParams::Body::Embedded::Lead
Defined Under Namespace
Classes: CustomFieldsValue, Embedded, TagsToAdd
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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/unsorted_lead_create_forms_params.rb', line 412
|
Instance Attribute Details
Embedded entities (lead/contact/company/source)
324
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 324
optional :_embedded, -> { Amocrm::UnsortedLeadCreateFormsParams::Body::Embedded::Lead::Embedded }
|
#closed_at ⇒ Integer?
329
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 329
optional :closed_at, Integer
|
#created_at ⇒ Integer?
334
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 334
optional :created_at, Integer
|
#created_by ⇒ Integer?
339
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 339
optional :created_by, Integer
|
#group_id ⇒ Integer?
351
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 351
optional :group_id, Integer
|
#loss_reason_id ⇒ Integer?
356
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 356
optional :loss_reason_id, Integer
|
#name ⇒ String?
361
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 361
optional :name, String
|
#pipeline_id ⇒ Integer?
366
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 366
optional :pipeline_id, Integer
|
#price ⇒ Integer?
371
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 371
optional :price, Integer
|
#request_id ⇒ String?
377
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 377
optional :request_id, String
|
#responsible_user_id ⇒ Integer?
382
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 382
optional :responsible_user_id, Integer
|
#status_id ⇒ Integer?
387
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 387
optional :status_id, Integer
|
#updated_at ⇒ Integer?
399
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 399
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
404
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 404
optional :updated_by, Integer
|
#visitor_uid ⇒ String?
Website visitor uid from tracking; links this lead to a site visit
410
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 410
optional :visitor_uid, String
|
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
# File 'lib/amocrm/models/unsorted_lead_create_forms_params.rb', line 841
|