Class: Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded::Status::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, account_id: nil, color: nil, descriptions: nil, is_editable: nil, name: nil, pipeline_id: nil, sort: nil, type: nil) ⇒ Object
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 140
class Description < Amocrm::Internal::Type::BaseModel
optional :id, Integer
optional :account_id, Integer
optional :created_at, Integer
optional :created_by, Integer
optional :description, String
optional :level, String
optional :pipeline_id, Integer
optional :status_id, Integer
optional :updated_at, Integer
optional :updated_by, Integer
end
|
Instance Attribute Details
#account_id ⇒ Integer?
149
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 149
optional :account_id, Integer
|
#created_at ⇒ Integer?
154
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 154
optional :created_at, Integer
|
#created_by ⇒ Integer?
159
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 159
optional :created_by, Integer
|
#description ⇒ String?
164
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 164
optional :description, String
|
#id ⇒ Integer?
144
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 144
optional :id, Integer
|
#level ⇒ String?
169
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 169
optional :level, String
|
#pipeline_id ⇒ Integer?
174
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 174
optional :pipeline_id, Integer
|
#status_id ⇒ Integer?
179
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 179
optional :status_id, Integer
|
#updated_at ⇒ Integer?
184
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 184
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
189
|
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 189
optional :updated_by, Integer
|