Class: Amocrm::Models::PipelineStatusUpdateParams::Body::Description
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, description: nil, level: nil) ⇒ Object
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
# File 'lib/amocrm/models/pipeline_status_update_params.rb', line 65
class Description < Amocrm::Internal::Type::BaseModel
optional :id, Integer
optional :description, String
optional :level, String
end
|
Instance Attribute Details
#description ⇒ String?
74
|
# File 'lib/amocrm/models/pipeline_status_update_params.rb', line 74
optional :description, String
|
#id ⇒ Integer?
69
|
# File 'lib/amocrm/models/pipeline_status_update_params.rb', line 69
optional :id, Integer
|
#level ⇒ String?
79
|
# File 'lib/amocrm/models/pipeline_status_update_params.rb', line 79
optional :level, String
|