Class: Amocrm::Models::TaskGetByIDResponse::Task
Defined Under Namespace
Modules: Result
Instance Attribute Summary collapse
Instance Method Summary
collapse
-
#initialize(id: nil, _links: nil, account_id: nil, complete_till: nil, created_at: nil, created_by: nil, duration: nil, entity_id: nil, entity_type: nil, group_id: nil, is_completed: nil, responsible_user_id: nil, result: nil, task_type_id: nil, text: nil, updated_at: nil, updated_by: nil) ⇒ Object
constructor
==, #==, #[], 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, account_id: nil, complete_till: nil, created_at: nil, created_by: nil, duration: nil, entity_id: nil, entity_type: nil, group_id: nil, is_completed: nil, responsible_user_id: nil, result: nil, task_type_id: nil, text: nil, updated_at: nil, updated_by: nil) ⇒ Object
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 99
|
Instance Attribute Details
#account_id ⇒ Integer?
27
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 27
optional :account_id, Integer
|
#complete_till ⇒ Integer?
32
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 32
optional :complete_till, Integer
|
#created_at ⇒ Integer?
37
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 37
optional :created_at, Integer
|
#created_by ⇒ Integer?
42
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 42
optional :created_by, Integer
|
#duration ⇒ Integer?
47
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 47
optional :duration, Integer
|
#entity_id ⇒ Integer?
52
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 52
optional :entity_id, Integer
|
#entity_type ⇒ String?
57
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 57
optional :entity_type, String
|
#group_id ⇒ Integer?
62
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 62
optional :group_id, Integer
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 17
optional :id, Integer
|
#responsible_user_id ⇒ Integer?
72
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 72
optional :responsible_user_id, Integer
|
#task_type_id ⇒ Integer?
82
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 82
optional :task_type_id, Integer
|
#text ⇒ String?
87
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 87
optional :text, String
|
#updated_at ⇒ Integer?
92
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 92
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
97
|
# File 'lib/amocrm/models/task_get_by_id_response.rb', line 97
optional :updated_by, Integer
|