Class: Amocrm::Models::LeadUpdateParams::Body::Embedded
Overview
Defined Under Namespace
Classes: Company, Contact, Metadata, Source, Tag
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, name: nil) ⇒ Object
|
# File 'lib/amocrm/models/lead_update_params.rb', line 172
|
Instance Attribute Details
130
131
|
# File 'lib/amocrm/models/lead_update_params.rb', line 130
optional :companies,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateParams::Body::Embedded::Company] }
|
136
137
|
# File 'lib/amocrm/models/lead_update_params.rb', line 136
optional :contacts,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateParams::Body::Embedded::Contact] }
|
142
|
# File 'lib/amocrm/models/lead_update_params.rb', line 142
optional :metadata, -> { Amocrm::LeadUpdateParams::Body::Embedded::Metadata }
|
147
|
# File 'lib/amocrm/models/lead_update_params.rb', line 147
optional :source, -> { Amocrm::LeadUpdateParams::Body::Embedded::Source }
|
152
|
# File 'lib/amocrm/models/lead_update_params.rb', line 152
optional :tags, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::LeadUpdateParams::Body::Embedded::Tag] }
|
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
# File 'lib/amocrm/models/lead_update_params.rb', line 279
|
Instance Method Details
#to_hash ⇒ {
186
|
# File 'sig/amocrm/models/lead_update_params.rbs', line 186
def to_hash: -> {
|