Class: Amocrm::Models::PipelineGetByIDResponse::Pipeline

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

Defined Under Namespace

Classes: Embedded

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, _embedded: nil, _links: nil, account_id: nil, is_archive: nil, is_main: nil, is_unsorted_on: nil, name: nil, sort: nil) ⇒ Object

Parameters:

  • id (Integer) (defaults to: nil)
  • _embedded (Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded) (defaults to: nil)
  • _links (Object) (defaults to: nil)
  • account_id (Integer) (defaults to: nil)
  • is_archive (Boolean) (defaults to: nil)
  • is_main (Boolean) (defaults to: nil)
  • is_unsorted_on (Boolean) (defaults to: nil)
  • name (String) (defaults to: nil)
  • sort (Integer) (defaults to: nil)


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

Instance Attribute Details

#_embeddedAmocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded?



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

optional :_embedded, -> { Amocrm::Models::PipelineGetByIDResponse::Pipeline::Embedded }

Returns:

  • (Object, nil)


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

optional :_links, Amocrm::Internal::Type::Unknown

#account_idInteger?

Returns:

  • (Integer, nil)


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

optional :account_id, Integer

#idInteger?

Returns:

  • (Integer, nil)


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

optional :id, Integer

#is_archiveBoolean?

Returns:

  • (Boolean, nil)


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

optional :is_archive, Amocrm::Internal::Type::Boolean

#is_mainBoolean?

Returns:

  • (Boolean, nil)


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

optional :is_main, Amocrm::Internal::Type::Boolean

#is_unsorted_onBoolean?

Returns:

  • (Boolean, nil)


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

optional :is_unsorted_on, Amocrm::Internal::Type::Boolean

#nameString?

Returns:

  • (String, nil)


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

optional :name, String

#sortInteger?

Returns:

  • (Integer, nil)


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

optional :sort, Integer