Class: Amocrm::Models::EntityNoteUpdateByIDResponse::NoteCreateResponse::Embedded::Note
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(notes: nil) ⇒ Object
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 39
class Note < Amocrm::Internal::Type::BaseModel
optional :id, Integer
optional :_links, Amocrm::Internal::Type::Unknown
optional :entity_id, Integer
optional :request_id, String
optional :updated_at, Integer
end
|
Instance Attribute Details
#_links ⇒ Object?
48
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 48
optional :_links, Amocrm::Internal::Type::Unknown
|
#entity_id ⇒ Integer?
53
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 53
optional :entity_id, Integer
|
#id ⇒ Integer?
43
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 43
optional :id, Integer
|
#request_id ⇒ String?
58
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 58
optional :request_id, String
|
#updated_at ⇒ Integer?
63
|
# File 'lib/amocrm/models/entity_note_update_by_id_response.rb', line 63
optional :updated_at, Integer
|