Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 922 Bytes

Note.md

File metadata and controls

16 lines (12 loc) · 922 Bytes

Note

Properties

Name Type Description Notes
Id string Unique note Id [optional] [default to null]
Text string Text content of a note [default to null]
ContactIds []int32 Contact ids linked to a note [optional] [default to null]
DealIds []string Deal ids linked to a note [optional] [default to null]
AuthorId [map[string]interface{}] Account details of user which created the note [optional] [default to null]
CreatedAt time.Time Note created date/time [optional] [default to null]
UpdatedAt time.Time Note updated date/time [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]