Class: Amocrm::Models::CompanyGetByIDResponse::Company
Defined Under Namespace
Classes: CustomFieldsValue, Embedded
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, color: nil, name: nil) ⇒ Object
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 81
|
Instance Attribute Details
#account_id ⇒ Integer?
32
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 32
optional :account_id, Integer
|
#closest_task_at ⇒ Integer?
37
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 37
optional :closest_task_at, Integer
|
#created_at ⇒ Integer?
42
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 42
optional :created_at, Integer
|
#created_by ⇒ Integer?
47
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 47
optional :created_by, Integer
|
#group_id ⇒ Integer?
59
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 59
optional :group_id, Integer
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 17
optional :id, Integer
|
#name ⇒ String?
64
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 64
optional :name, String
|
#responsible_user_id ⇒ Integer?
69
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 69
optional :responsible_user_id, Integer
|
#updated_at ⇒ Integer?
74
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 74
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
79
|
# File 'lib/amocrm/models/company_get_by_id_response.rb', line 79
optional :updated_by, Integer
|