Class: Amocrm::Models::EntityNoteUpdateParams::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_note_update_params.rb', line 69
|
Instance Attribute Details
#entity_id ⇒ Integer?
47
|
# File 'lib/amocrm/models/entity_note_update_params.rb', line 47
optional :entity_id, Integer
|
#id ⇒ Integer
42
|
# File 'lib/amocrm/models/entity_note_update_params.rb', line 42
required :id, Integer
|
#note_type ⇒ String?
52
|
# File 'lib/amocrm/models/entity_note_update_params.rb', line 52
optional :note_type, String
|
#updated_at ⇒ Integer?
62
|
# File 'lib/amocrm/models/entity_note_update_params.rb', line 62
optional :updated_at, Integer
|
#updated_by ⇒ Integer?
67
|
# File 'lib/amocrm/models/entity_note_update_params.rb', line 67
optional :updated_by, Integer
|