Class: Amocrm::Models::EntityNotesByParentUpdateByParentIDParams
Overview
Defined Under Namespace
Modules: EntityType
Instance Attribute Summary collapse
#request_options
Method Summary
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#body_entity_id ⇒ Integer?
28
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 28
optional :body_entity_id, Integer, api_name: :entity_id
|
#note_id ⇒ Integer
23
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 23
required :note_id, Integer
|
#note_type ⇒ String?
33
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 33
optional :note_type, String
|
#params ⇒ Object?
38
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 38
optional :params, Amocrm::Internal::Type::Unknown
|
#path_entity_id ⇒ Integer
18
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 18
required :path_entity_id, Integer
|
#updated_at ⇒ Integer?
43
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 43
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
48
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_id_params.rb', line 48
optional :updated_by, Integer
|