Class: Amocrm::Models::AccountGetResponse::AccountInfo::Embedded
Overview
Defined Under Namespace
Classes: AmojoRights, DatetimeSettings, TaskType, UsersGroup
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, code: nil, color: nil, icon_id: nil, name: nil) ⇒ Object
|
# File 'lib/amocrm/models/account_get_response.rb', line 197
|
Instance Attribute Details
177
|
# File 'lib/amocrm/models/account_get_response.rb', line 177
optional :amojo_rights, -> { Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::AmojoRights }
|
182
183
|
# File 'lib/amocrm/models/account_get_response.rb', line 182
optional :datetime_settings,
-> { Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::DatetimeSettings }
|
188
189
|
# File 'lib/amocrm/models/account_get_response.rb', line 188
optional :task_types,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::TaskType] }
|
194
195
|
# File 'lib/amocrm/models/account_get_response.rb', line 194
optional :users_groups,
-> { Amocrm::Internal::Type::ArrayOf[Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::UsersGroup] }
|
Instance Method Details
#to_hash ⇒ {
249
|
# File 'sig/amocrm/models/account_get_response.rbs', line 249
def to_hash: -> {
|