Class: Amocrm::Models::PipelineStatusGetByIDResponse::Status
Defined Under Namespace
Classes: Description
Instance Attribute Summary collapse
Method Summary
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#account_id ⇒ Integer?
22
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 22
optional :account_id, Integer
|
#color ⇒ String?
27
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 27
optional :color, String
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 17
optional :id, Integer
|
#is_editable ⇒ Boolean?
39
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 39
optional :is_editable, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
44
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 44
optional :name, String
|
#pipeline_id ⇒ Integer?
49
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 49
optional :pipeline_id, Integer
|
#sort ⇒ Integer?
54
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 54
optional :sort, Integer
|
#type ⇒ Integer?
59
|
# File 'lib/amocrm/models/pipeline_status_get_by_id_response.rb', line 59
optional :type, Integer
|