Class: Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded::Status::Description

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/amocrm/models/pipeline_get_by_id_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#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

Parameters:

  • id (Integer) (defaults to: nil)
  • account_id (Integer) (defaults to: nil)
  • color (String) (defaults to: nil)
  • descriptions (Array<Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded::Status::Description>, nil) (defaults to: nil)
  • is_editable (Boolean) (defaults to: nil)
  • name (String) (defaults to: nil)
  • pipeline_id (Integer) (defaults to: nil)
  • sort (Integer) (defaults to: nil)
  • type (Integer) (defaults to: nil)


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
  # @!attribute id
  #
  #   @return [Integer, nil]
  optional :id, Integer

  # @!attribute account_id
  #
  #   @return [Integer, nil]
  optional :account_id, Integer

  # @!attribute created_at
  #
  #   @return [Integer, nil]
  optional :created_at, Integer

  # @!attribute created_by
  #
  #   @return [Integer, nil]
  optional :created_by, Integer

  # @!attribute description
  #
  #   @return [String, nil]
  optional :description, String

  # @!attribute level
  #
  #   @return [String, nil]
  optional :level, String

  # @!attribute pipeline_id
  #
  #   @return [Integer, nil]
  optional :pipeline_id, Integer

  # @!attribute status_id
  #
  #   @return [Integer, nil]
  optional :status_id, Integer

  # @!attribute updated_at
  #
  #   @return [Integer, nil]
  optional :updated_at, Integer

  # @!attribute updated_by
  #
  #   @return [Integer, nil]
  optional :updated_by, Integer

  # @!method initialize(id: nil, account_id: nil, created_at: nil, created_by: nil, description: nil, level: nil, pipeline_id: nil, status_id: nil, updated_at: nil, updated_by: nil)
  #   @param id [Integer]
  #   @param account_id [Integer]
  #   @param created_at [Integer]
  #   @param created_by [Integer]
  #   @param description [String]
  #   @param level [String]
  #   @param pipeline_id [Integer]
  #   @param status_id [Integer]
  #   @param updated_at [Integer]
  #   @param updated_by [Integer]
end

Instance Attribute Details

#account_idInteger?

Returns:

  • (Integer, nil)


149
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 149

optional :account_id, Integer

#created_atInteger?

Returns:

  • (Integer, nil)


154
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 154

optional :created_at, Integer

#created_byInteger?

Returns:

  • (Integer, nil)


159
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 159

optional :created_by, Integer

#descriptionString?

Returns:

  • (String, nil)


164
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 164

optional :description, String

#idInteger?

Returns:

  • (Integer, nil)


144
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 144

optional :id, Integer

#levelString?

Returns:

  • (String, nil)


169
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 169

optional :level, String

#pipeline_idInteger?

Returns:

  • (Integer, nil)


174
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 174

optional :pipeline_id, Integer

#status_idInteger?

Returns:

  • (Integer, nil)


179
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 179

optional :status_id, Integer

#updated_atInteger?

Returns:

  • (Integer, nil)


184
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 184

optional :updated_at, Integer

#updated_byInteger?

Returns:

  • (Integer, nil)


189
# File 'lib/amocrm/models/pipeline_get_by_id_response.rb', line 189

optional :updated_by, Integer