Class: Amocrm::Models::CompanyUpdateByIDParams
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Amocrm::Models::CompanyUpdateByIDParams
- Extended by:
- Internal::Type::RequestParameters::Converter
- Includes:
- Internal::Type::RequestParameters
- Defined in:
- lib/amocrm/models/company_update_by_id_params.rb
Overview
Defined Under Namespace
Classes: CustomFieldsValue, Embedded, TagsToAdd, TagsToDelete
Instance Attribute Summary collapse
- #_embedded ⇒ Amocrm::Models::CompanyUpdateByIDParams::Embedded?
- #created_at ⇒ Integer?
- #created_by ⇒ Integer?
-
#custom_fields_values ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::CustomFieldsValue>?
Custom fields payload.
- #id ⇒ Integer
- #name ⇒ String?
- #responsible_user_id ⇒ Integer?
-
#tags_to_add ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::TagsToAdd>?
Tags to attach.
-
#tags_to_delete ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::TagsToDelete>?
Tags to delete.
- #updated_at ⇒ Integer?
- #updated_by ⇒ Integer?
Attributes included from Internal::Type::RequestParameters
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::RequestParameters::Converter
Methods included from Internal::Type::RequestParameters
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, color: nil, name: nil) ⇒ Object
|
|
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 122
|
Instance Attribute Details
#_embedded ⇒ Amocrm::Models::CompanyUpdateByIDParams::Embedded?
18 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 18 optional :_embedded, -> { Amocrm::CompanyUpdateByIDParams::Embedded } |
#created_at ⇒ Integer?
23 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 23 optional :created_at, Integer |
#created_by ⇒ Integer?
28 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 28 optional :created_by, Integer |
#custom_fields_values ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::CustomFieldsValue>?
Custom fields payload
34 35 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 34 optional :custom_fields_values, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::CompanyUpdateByIDParams::CustomFieldsValue] } |
#id ⇒ Integer
13 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 13 required :id, Integer |
#name ⇒ String?
40 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 40 optional :name, String |
#responsible_user_id ⇒ Integer?
45 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 45 optional :responsible_user_id, Integer |
#tags_to_add ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::TagsToAdd>?
Tags to attach
51 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 51 optional :tags_to_add, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::CompanyUpdateByIDParams::TagsToAdd] } |
#tags_to_delete ⇒ Array<Amocrm::Models::CompanyUpdateByIDParams::TagsToDelete>?
Tags to delete
57 58 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 57 optional :tags_to_delete, -> { Amocrm::Internal::Type::ArrayOf[Amocrm::CompanyUpdateByIDParams::TagsToDelete] } |
#updated_at ⇒ Integer?
63 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 63 optional :updated_at, Integer |
#updated_by ⇒ Integer?
68 |
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 68 optional :updated_by, Integer |
Class Method Details
.variants ⇒ Array(String, Integer, Boolean)
|
|
# File 'lib/amocrm/models/company_update_by_id_params.rb', line 191
|