Class: Amocrm::Models::EntityNotesByParentUpdateByParentParams::Body
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:, entity_id: nil, note_type: nil, params: nil, updated_at: nil, updated_by: nil) ⇒ Object
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 76
|
Instance Attribute Details
#entity_id ⇒ Integer?
54
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 54
optional :entity_id, Integer
|
#id ⇒ Integer
49
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 49
required :id, Integer
|
#note_type ⇒ String?
59
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 59
optional :note_type, String
|
#params ⇒ Object?
64
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 64
optional :params, Amocrm::Internal::Type::Unknown
|
#updated_at ⇒ Integer?
69
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 69
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
74
|
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 74
optional :updated_by, Integer
|