Class: Amocrm::Models::AccountGetResponse::AccountInfo::Embedded::TaskType
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 ⇒ Object
366
|
# File 'sig/amocrm/models/account_get_response.rbs', line 366
def initialize: (
|
Instance Attribute Details
#code ⇒ String?
276
|
# File 'lib/amocrm/models/account_get_response.rb', line 276
optional :code, String
|
#color ⇒ String?
281
|
# File 'lib/amocrm/models/account_get_response.rb', line 281
optional :color, String
|
#icon_id ⇒ Integer?
286
|
# File 'lib/amocrm/models/account_get_response.rb', line 286
optional :icon_id, Integer
|
#id ⇒ Integer?
271
|
# File 'lib/amocrm/models/account_get_response.rb', line 271
optional :id, Integer
|
#name ⇒ String?
291
|
# File 'lib/amocrm/models/account_get_response.rb', line 291
optional :name, String
|
Instance Method Details
#to_hash ⇒ {
374
|
# File 'sig/amocrm/models/account_get_response.rbs', line 374
def to_hash: -> {
|