Class: Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded
Overview
Defined Under Namespace
Classes: CatalogElement, Company, Customer, Lead, Tag
Instance Attribute 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, _links: nil) ⇒ Object
|
# File 'lib/amocrm/models/contact_list_response.rb', line 203
|
Instance Attribute Details
152
153
|
# File 'lib/amocrm/models/contact_list_response.rb', line 152
optional :catalog_elements,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded::CatalogElement] }
|
158
159
|
# File 'lib/amocrm/models/contact_list_response.rb', line 158
optional :companies,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded::Company] }
|
164
165
|
# File 'lib/amocrm/models/contact_list_response.rb', line 164
optional :customers,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded::Customer] }
|
170
171
|
# File 'lib/amocrm/models/contact_list_response.rb', line 170
optional :leads,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded::Lead] }
|
#social_profiles ⇒ Array<Object>?
176
|
# File 'lib/amocrm/models/contact_list_response.rb', line 176
optional :social_profiles, Amocrm::Internal::Type::ArrayOf[Amocrm::Internal::Type::Unknown]
|
181
182
|
# File 'lib/amocrm/models/contact_list_response.rb', line 181
optional :tags,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::ContactListResponse::ContactListResponse::Embedded::Contact::Embedded::Tag] }
|
Instance Method Details
#to_hash ⇒ {
241
|
# File 'sig/amocrm/models/contact_list_response.rbs', line 241
def to_hash: -> {
|